docker-scripts/linux/nginx/latest/Makefile

6 lines
143 B
Makefile
Raw Normal View History

2021-04-01 13:31:53 +03:00
all: nginx
nginx:
docker build --compress -t epicmorg/nginx:latest .
docker push epicmorg/nginx:latest
docker push epicmorg/balancer:latest