converted to vue.js
This commit is contained in:
parent
6b74b89029
commit
337e638ff0
4 changed files with 83 additions and 19 deletions
2
init.sh
2
init.sh
|
|
@ -4,6 +4,6 @@
|
|||
(cd /app/ && pytest -o log_cli=true)
|
||||
|
||||
# (cd /app/ && gunicorn -w 4 -b 0.0.0.0:8000 wsgi:app)
|
||||
(cd /app/ && gunicorn --access-logfile '-' --error-logfile '-' -w 4 -b 0.0.0.0:8000 wsgi:app) # Dev (Logging to console)
|
||||
(cd /app/ && gunicorn --access-logfile '-' --error-logfile '-' -w 4 -b 0.0.0.0:8000 wsgi:app --log-level debug) # Dev (Logging to console)
|
||||
|
||||
/bin/bash
|
||||
Loading…
Add table
Add a link
Reference in a new issue