INIT
This commit is contained in:
parent
0ee6440ea3
commit
52dc67adc1
8 changed files with 174 additions and 0 deletions
6
init.sh
Executable file
6
init.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# (cd /app/ && gunicorn --access-logfile '-' --error-logfile '-' -w 4 -b 0.0.0.0:8000 wsgi:app) # Dev (Logging to console)
|
||||
(cd /app/ && gunicorn -w 4 -b 0.0.0.0:8000 wsgi:app)
|
||||
|
||||
/bin/bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue