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:
grantbirki
2021-03-14 12:06:04 -07:00
committed by Grant Birkinbine
parent 017fd26b54
commit 55225b5e5c
11 changed files with 335 additions and 0 deletions

View 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