remove copy

This commit is contained in:
Matteo Rosati
2026-01-29 10:49:45 +01:00
parent a8f2c070e9
commit b18c56e2f2

View File

@@ -55,7 +55,6 @@ COPY --chown=appuser:appuser llm_config.py .
COPY --chown=appuser:appuser lib.py . COPY --chown=appuser:appuser lib.py .
RUN echo $CREDENTIALS > credentials.json RUN echo $CREDENTIALS > credentials.json
COPY --chown=appuser:appuser credentials.json .
COPY --chown=appuser:appuser static ./static COPY --chown=appuser:appuser static ./static
# Copy and setup entrypoint script # Copy and setup entrypoint script