Revert PYTHONPATH to what it was before

This commit is contained in:
sabaimran 2023-11-21 14:40:57 -08:00
parent 5469e81a87
commit 458e794d00

View file

@ -20,7 +20,7 @@ COPY . .
RUN apt install vim -y
# Set the PYTHONPATH environment variable in order for it to find the Django app.
ENV PYTHONPATH=/app/src/khoj:$PYTHONPATH
ENV PYTHONPATH=/app/src:$PYTHONPATH
# Run the Application
# There are more arguments required for the application to run,