mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
9 lines
204 B
Makefile
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
|