We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470d4fc commit 108334bCopy full SHA for 108334b
template/Dockerfile.jinja
@@ -39,6 +39,7 @@ RUN sed -i 's/files/ldap files/g' /etc/nsswitch.conf
39
# Make editable and debuggable
40
RUN uv pip install debugpy
41
RUN uv pip install -e .
42
+ENV PATH=/app/.venv/bin:$PATH
43
44
# Alternate entrypoint to allow devcontainer to attach
45
ENTRYPOINT [ "/bin/bash", "-c", "--" ]
0 commit comments