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

5 lines
108 B
Makefile

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