mirror of
https://github.com/EpicMorg/docker.git
synced 2025-10-11 05:51:19 +03:00
4 lines
74 B
Makefile
4 lines
74 B
Makefile
all: nginx
|
|
|
|
nginx:
|
|
docker build --compress -t epicmorg/balancer:latest .
|