From b18c56e2f24eaa24127dba5aa19dfd043cf9c71d Mon Sep 17 00:00:00 2001 From: Matteo Rosati Date: Thu, 29 Jan 2026 10:49:45 +0100 Subject: [PATCH] remove copy --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3599c0d..fe6285d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,6 @@ COPY --chown=appuser:appuser llm_config.py . COPY --chown=appuser:appuser lib.py . RUN echo $CREDENTIALS > credentials.json -COPY --chown=appuser:appuser credentials.json . COPY --chown=appuser:appuser static ./static # Copy and setup entrypoint script