docker-scripts/balancer/latest/Makefile

5 lines
111 B
Makefile
Raw Normal View History

2018-07-13 18:02:17 +03:00
all: nginx
nginx:
2019-09-24 16:22:11 +03:00
docker build --compress -t epicmorg/balancer:latest .
2020-01-31 02:05:03 +03:00
docker push epicmorg/balancer:latest