docker-scripts/linux/nginx/php/Makefile
2021-04-02 14:40:42 +03:00

9 lines
189 B
Makefile

all: nginx
nginx:
docker build --compress -t epicmorg/nginx:php .
docker push epicmorg/nginx:php
docker tag epicmorg/nginx:php epicmorg/balancer:php
docker push epicmorg/balancer:php