2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-19 10:07:56 +03:00

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