Fix all LegacyKeyValueFormat docker warnings

This commit is contained in:
Richard Kuo (Danswer)
2024-10-07 15:22:28 -07:00
parent 1a3469d2c5
commit a52485bda2
4 changed files with 6 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ COPY ./scripts/force_delete_connector_by_id.py /app/scripts/force_delete_connect
# Put logo in assets
COPY ./assets /app/assets
ENV PYTHONPATH /app
ENV PYTHONPATH=/app
# Default command which does nothing
# This container is used by api server and background which specify their own CMD