Skip to content

Commit 108334b

Browse files
committed
Add debug path too
1 parent 470d4fc commit 108334b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/Dockerfile.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN sed -i 's/files/ldap files/g' /etc/nsswitch.conf
3939
# Make editable and debuggable
4040
RUN uv pip install debugpy
4141
RUN uv pip install -e .
42+
ENV PATH=/app/.venv/bin:$PATH
4243

4344
# Alternate entrypoint to allow devcontainer to attach
4445
ENTRYPOINT [ "/bin/bash", "-c", "--" ]

0 commit comments

Comments
 (0)