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"]