11 lines
175 B
Bash
Executable File
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 &
|