docker-scripts/websites/php7.4/Makefile
2020-07-30 18:18:19 +03:00

5 lines
108 B
Makefile

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