dockerfile cleanup

This commit is contained in:
Karl 2025-07-15 13:49:42 +01:00
parent 8f23b9d3b1
commit 0705011384

View File

@ -20,7 +20,6 @@ WORKDIR /app
COPY --from=builder /install /usr/local COPY --from=builder /install /usr/local
COPY app.py . COPY app.py .
COPY config.py .
COPY gunicorn.conf.py . COPY gunicorn.conf.py .
COPY run.sh . COPY run.sh .
COPY VERSION . COPY VERSION .