Skip to content
Snippets Groups Projects
Commit b1e40e7f authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

*

parent 4b607871
No related branches found
No related tags found
No related merge requests found
Pipeline #1640329 failed
......@@ -4,4 +4,4 @@ echo "Running database migrations and role setup..."
python manage.py check_and_apply_migrations
echo "Starting Gunicorn server..."
exec gunicorn --bind :80 --workers 3 --timeout 240 --access-logfile - --error-logfile - backend.wsgi
exec env "$@" gunicorn --bind :80 --workers 3 --timeout 240 --access-logfile - --error-logfile - backend.wsgi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment