From 7ed42e26dfbdef86018fb132bfba3b454af6f9dc Mon Sep 17 00:00:00 2001 From: ks6088ts Date: Sun, 28 Sep 2025 10:38:45 +0900 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dfe8540..4e47bab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,6 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt COPY . . # Set PYTHONPATH to include the working directory for module imports -ENV PYTHONPATH="${PYTHONPATH}:/app" +ENV PYTHONPATH="/app" CMD ["python", "template_langgraph/core.py"]