no need to copy the config

This commit is contained in:
Karl 2025-07-17 16:13:00 +01:00
parent b994f22725
commit 4c33235322

View File

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