From 07050113849c1303a01d4cf04581ea08918662c5 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 15 Jul 2025 13:49:42 +0100 Subject: [PATCH] dockerfile cleanup --- dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfile b/dockerfile index 7c52daa..f5acf97 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 .