fix: serve collected static files with whitenoise
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 37s
CI/CD Pipeline / Build and Push Images (push) Successful in 18s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 32s

This commit is contained in:
2026-07-16 15:42:35 +02:00
parent 007cecc8d5
commit 63f59b3799
3 changed files with 33 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ esac
/app/docker/scripts/check-deps.sh
python src/manage.py migrate --noinput
python src/manage.py collectstatic --noinput
exec gunicorn core.wsgi:application \
--bind "0.0.0.0:${PORT:-8000}" \