Files
tutor-tool/start_server.sh
2026-02-17 02:57:44 +01:00

11 lines
175 B
Bash
Executable File

#/bin/bash
npm run build:css
nohup uv run gunicorn \
--bind 127.0.0.1:5000 \
--worker-class eventlet \
--workers 1 \
--access-logfile logs/traffic.log \
run:app &