#/bin/bash npm run build:css nohup .venv/bin/gunicorn \ --bind 127.0.0.1:5000 \ --worker-class eventlet \ --workers 1 \ run:app &