Cleanup in Dockerfile

This commit is contained in:
2025-11-05 13:41:29 +01:00
parent f7e6795c00
commit 9d4c7d5f87
2 changed files with 4 additions and 39 deletions

View File

@@ -28,7 +28,10 @@ RUN rm -rf /app/Dockerfile* \
/app/k8s \
/app/data-loader \
/app/keys \
/app/requirements.txt
/app/requirements.txt \
/app/node_modules \
/app/*.json \
/app/test_*.py
RUN python3 manage.py collectstatic
CMD ["gunicorn","--bind","0.0.0.0:8000","--workers","3","VorgabenUI.wsgi:application"]