demo / run.sh
Pierre Andrews
Initial commit
f52d137
#!/bin/bash
#source /app/.venv/bin/activate; python -c "from backend.app import run; run()"
#source /app/.venv/bin/activate; gunicorn --bind 0.0.0.0:$PORT --workers 4 --timeout 120 app:app
source /app/.venv/bin/activate; gunicorn --bind 0.0.0.0:$PORT --workers 1 --timeout 120 app:app