docker-scripts/php/php7.3/Makefile

5 lines
97 B
Makefile
Raw Normal View History

2021-01-28 01:19:13 +03:00
all: php
php:
docker build --compress -t epicmorg/php:php7.3 .
docker push epicmorg/php:php7.3