mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-03 17:20:39 +03:00
9 lines
189 B
Makefile
9 lines
189 B
Makefile
all: nginx
|
|
|
|
nginx:
|
|
docker build --compress -t epicmorg/nginx:php .
|
|
docker push epicmorg/nginx:php
|
|
|
|
docker tag epicmorg/nginx:php epicmorg/balancer:php
|
|
docker push epicmorg/balancer:php
|