docker-scripts/websites/latest/Makefile

5 lines
108 B
Makefile

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