mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-02-21 19:11:15 +03:00
5 lines
67 B
Makefile
5 lines
67 B
Makefile
|
all: nginx
|
||
|
|
||
|
nginx:
|
||
|
docker build --no-cache -t epicmorg/balancer .
|