mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
fuck this docker shit, gunicorn local
This commit is contained in:
parent
936daacc05
commit
ca0c515ddc
5 changed files with 8 additions and 28 deletions
8
bin/prod
Normal file
8
bin/prod
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
source .venv/bin/activate
|
||||
export FLASK_APP=suchwow/app.py
|
||||
export FLASK_SECRETS=config.py
|
||||
export FLASK_DEBUG=0
|
||||
export FLASK_ENV=production
|
||||
gunicorn --bind 0.0.0.0:4000 "suchwow.app:app" -D
|
Loading…
Add table
Add a link
Reference in a new issue