diff --git a/apps/swh-graphql/entrypoint.sh b/apps/swh-graphql/entrypoint.sh --- a/apps/swh-graphql/entrypoint.sh +++ b/apps/swh-graphql/entrypoint.sh @@ -10,7 +10,6 @@ echo Starting the swh-graphql API server exec gunicorn --bind "0.0.0.0:${PORT}" \ - --reload \ --threads "${THREADS}" \ --workers "${WORKERS}" \ --log-level "${LOG_LEVEL}" \