exclude .env file with potentionally sensitive information like LLM API KEYS

This commit is contained in:
Enrique Catalá
2025-02-12 21:32:19 +01:00
parent be7a001ad8
commit 4d0a316717
3 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ WORKDIR /app
COPY --from=builder /root/.local /root/.local
COPY ./lightrag ./lightrag
COPY setup.py .
COPY .env .
RUN pip install .
# Make sure scripts in .local are usable