2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-20 09:20:33 +03:00

5 lines
98 B
Makefile

all: php
php:
docker build --compress -t epicmorg/php:latest .
docker push epicmorg/php:latest