added start script

This commit is contained in:
2025-06-23 21:12:20 +02:00
parent 0dc396c39c
commit e54c49caa3

7
start_server.sh Executable file
View File

@@ -0,0 +1,7 @@
#/bin/bash
nohup .venv/bin/gunicorn \
--bind 127.0.0.1:5000 \
--worker-class eventlet \
--workers 1 \
run:app &