docker-scripts/websites/latest/Makefile

5 lines
108 B
Makefile
Raw Normal View History

2018-07-26 17:17:04 +03:00
all: php
php:
2020-01-30 18:36:30 +03:00
docker build --compress -t epicmorg/websites:latest .
docker push epicmorg/websites:latest