converted to vue.js

This commit is contained in:
Niklas Müller 2024-01-23 16:27:40 +01:00
parent 6b74b89029
commit 337e638ff0
4 changed files with 83 additions and 19 deletions

View file

@ -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