prod gunicorn
This commit is contained in:
parent
4648a39c13
commit
a348639f87
2
prod.sh
Executable file
2
prod.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
gunicorn -w 4 -b 0.0.0.0:5008 app:app
|
@ -1,5 +1,6 @@
|
|||||||
click==8.0.3
|
click==8.0.3
|
||||||
Flask==2.0.2
|
Flask==2.0.2
|
||||||
|
gunicorn==20.1.0
|
||||||
itsdangerous==2.0.1
|
itsdangerous==2.0.1
|
||||||
Jinja2==3.0.3
|
Jinja2==3.0.3
|
||||||
MarkupSafe==2.0.1
|
MarkupSafe==2.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user