docker-scripts/websites/php7.3/Makefile

5 lines
107 B
Makefile
Raw Normal View History

2020-07-17 18:02:24 +03:00
all: php
php:
docker build --compress -t epicmorg/websites:php7.3 .
2020-12-10 18:07:53 +03:00
docker push epicmorg/websites:php7.3