Files
workdock-platform/backend/entrypoint-web-prod.sh
2026-03-28 20:45:07 +01:00

10 lines
159 B
Bash
Executable File

#!/bin/sh
set -e
exec gunicorn config.wsgi:application \
--bind 0.0.0.0:8000 \
--workers 3 \
--timeout 120 \
--access-logfile - \
--error-logfile -