docker-scripts/linux/php/php7.2/Makefile

5 lines
97 B
Makefile
Raw Normal View History

2021-01-27 21:33:07 +03:00
all: php
php:
docker build --compress -t epicmorg/php:php7.2 .
docker push epicmorg/php:php7.2