feat: export state corp package from backup endpoint
This commit is contained in:
@@ -22,6 +22,6 @@ python src/manage.py migrate --noinput
|
||||
exec gunicorn core.wsgi:application \
|
||||
--bind "0.0.0.0:${PORT:-8000}" \
|
||||
--workers "${GUNICORN_WORKERS:-3}" \
|
||||
--timeout "${GUNICORN_TIMEOUT:-60}" \
|
||||
--timeout "${GUNICORN_TIMEOUT:-300}" \
|
||||
--access-logfile "-" \
|
||||
--error-logfile "-"
|
||||
|
||||
Reference in New Issue
Block a user