docker-scripts/linux/php/latest/Makefile

5 lines
98 B
Makefile
Raw Normal View History

2021-01-27 20:52:34 +03:00
all: php
php:
docker build --compress -t epicmorg/php:latest .
docker push epicmorg/php:latest