fix: serve collected static files with whitenoise
All checks were successful
All checks were successful
This commit is contained in:
@@ -9,6 +9,8 @@ case "${DJANGO_SETTINGS_MODULE}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
python src/manage.py collectstatic --noinput
|
||||
|
||||
exec gunicorn core.wsgi:application \
|
||||
--bind "0.0.0.0:${PORT:-8000}" \
|
||||
--workers "${GUNICORN_WORKERS:-3}" \
|
||||
|
||||
Reference in New Issue
Block a user