From 458e794d001b28122933896e119115c34f7df9de Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 21 Nov 2023 14:40:57 -0800 Subject: [PATCH] Revert PYTHONPATH to what it was before --- prod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod.Dockerfile b/prod.Dockerfile index a935f3c6..693a3a8b 100644 --- a/prod.Dockerfile +++ b/prod.Dockerfile @@ -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,