10 lines
140 B
Bash
Executable File
10 lines
140 B
Bash
Executable File
#/bin/bash
|
|
|
|
npm run build:css
|
|
|
|
nohup .venv/bin/gunicorn \
|
|
--bind 127.0.0.1:5000 \
|
|
--worker-class eventlet \
|
|
--workers 1 \
|
|
run:app &
|