2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-25 20:29:28 +03:00
2021-04-02 14:40:42 +03:00

9 lines
204 B
Makefile

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