docker-scripts/linux/php/php7.3/Makefile
2021-04-01 12:12:50 +03:00

5 lines
97 B
Makefile

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