From 4c33235322bf029d6a5625d7a61786668411d517 Mon Sep 17 00:00:00 2001 From: Karl Date: Thu, 17 Jul 2025 16:13:00 +0100 Subject: [PATCH] no need to copy the config --- dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfile b/dockerfile index 4ef2442..62c5712 100644 --- a/dockerfile +++ b/dockerfile @@ -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 .