This commit is contained in:
2022-08-18 15:42:27 +03:00
commit 2157306a4e
22 changed files with 1015 additions and 0 deletions

9
docker-pwss/code/serve Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
. /venv/bin/activate
set -x
exec gunicorn \
-b 0.0.0.0:5000 \
-w "$WORKERS" \
serve:app