2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-21 01:40:21 +03:00
2020-01-31 02:05:03 +03:00

5 lines
111 B
Makefile

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