docker-scripts/php/latest/Makefile

5 lines
98 B
Makefile

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