made deployment finally prod ready

This commit is contained in:
2025-10-19 16:36:21 +02:00
parent b163ec9bd9
commit ec719c375f
16 changed files with 1938 additions and 154 deletions

View File

@@ -1,5 +1,7 @@
#/bin/bash
npm run build:css
nohup .venv/bin/gunicorn \
--bind 127.0.0.1:5000 \
--worker-class eventlet \