Initialize Django project #8

Merged
rixx merged 34 commits from 1-initialize-project into main 2025-03-16 09:09:26 +00:00
Showing only changes of commit 07e45924d1 - Show all commits

View file

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