Skip to content

Commit 7ed42e2

Browse files
committed
wip
1 parent 90f1045 commit 7ed42e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
4040
COPY . .
4141

4242
# Set PYTHONPATH to include the working directory for module imports
43-
ENV PYTHONPATH="${PYTHONPATH}:/app"
43+
ENV PYTHONPATH="/app"
4444

4545
CMD ["python", "template_langgraph/core.py"]

0 commit comments

Comments
 (0)