Static collection in Docker build

This commit is contained in:
2025-10-16 16:15:57 +02:00
parent 2aaab3b3d4
commit de0a475a57
4 changed files with 2 additions and 39 deletions

View File

@@ -29,5 +29,6 @@ RUN rm -rf /app/Dockerfile* \
/app/data-loader \
/app/keys \
/app/requirements.txt
RUN python3 manage.py collectstatic
CMD ["gunicorn","--bind","0.0.0.0:8000","--workers","3","VorgabenUI.wsgi:application"]