Removed unnecessary stuff from Dockerfile, Docker image now on own repo

This commit is contained in:
2025-10-01 21:53:52 +02:00
parent 2e5d44ff8b
commit 0940232bb6
2 changed files with 8 additions and 1 deletions

View File

@@ -22,5 +22,12 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
USER appuser
EXPOSE 8000
RUN rm -rf /app/Dockerfile* \
/app/README.md \
/app/argocd \
/app/k8s \
/app/data-loader \
/app/keys \
/app/requirements.txt
CMD ["gunicorn","--bind","0.0.0.0:8000","--workers","3","VorgabenUI.wsgi:application"]