2021-04-01 13:31:53 +03:00
|
|
|
all: nginx
|
|
|
|
|
|
|
|
nginx:
|
|
|
|
docker build --compress -t epicmorg/nginx:latest .
|
|
|
|
docker push epicmorg/nginx:latest
|
2021-04-02 14:40:42 +03:00
|
|
|
|
|
|
|
docker tag epicmorg/nginx:latest epicmorg/balancer:latest
|
|
|
|
docker push epicmorg/balancer:latest
|