mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Revert PYTHONPATH to what it was before
This commit is contained in:
parent
5469e81a87
commit
458e794d00
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ COPY . .
|
||||||
RUN apt install vim -y
|
RUN apt install vim -y
|
||||||
|
|
||||||
# Set the PYTHONPATH environment variable in order for it to find the Django app.
|
# 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
|
# Run the Application
|
||||||
# There are more arguments required for the application to run,
|
# There are more arguments required for the application to run,
|
||||||
|
|
Loading…
Add table
Reference in a new issue