prod gunicorn

This commit is contained in:
Daniel Tsvetkov 2022-01-18 20:55:00 +00:00
parent 4648a39c13
commit a348639f87
2 changed files with 3 additions and 0 deletions

2
prod.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
gunicorn -w 4 -b 0.0.0.0:5008 app:app

View File

@ -1,5 +1,6 @@
click==8.0.3
Flask==2.0.2
gunicorn==20.1.0
itsdangerous==2.0.1
Jinja2==3.0.3
MarkupSafe==2.0.1