initial
This commit is contained in:
9
docker-pwss/code/serve
Executable file
9
docker-pwss/code/serve
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /venv/bin/activate
|
||||
set -x
|
||||
exec gunicorn \
|
||||
-b 0.0.0.0:5000 \
|
||||
-w "$WORKERS" \
|
||||
serve:app
|
||||
|
||||
Reference in New Issue
Block a user