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