Docker: Provide working directory for gunicorn

This commit is contained in:
Tobias Kunze 2025-03-07 15:57:49 +01:00
parent bd035fe689
commit 07e45924d1

View file

@ -16,6 +16,7 @@ echo "Starting Gunicorn"
exec \
gunicorn \
-w 4 \
--chdir /app/src \
--access-logfile - \
--error-log - \
--capture-output \