adding nginx-wsgi-flask docker-compose sample
Signed-off-by: grantbirki <grant.birkinbine@gmail.com> Signed-off-by: Grant Birkinbine <grant.birkinbine@gmail.com>
This commit is contained in:
committed by
Grant Birkinbine
parent
017fd26b54
commit
55225b5e5c
7
nginx-wsgi-flask/Makefile
Normal file
7
nginx-wsgi-flask/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
make build:
|
||||
|
||||
echo "[#] Killing old docker processes"
|
||||
docker-compose rm -fs
|
||||
|
||||
echo "[#] Building docker containers"
|
||||
docker-compose up --build -d
|
Reference in New Issue
Block a user