Skip to content

Commit

Permalink
Add default run command for debug container
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Feb 18, 2025
1 parent d7afc68 commit 09a4a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/base/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ USER zope
# Install VSCode Extension for local User zope
RUN code-server --install-extension ms-python.python --user-data-dir /home/zope/.local/share/code-server

CMD ["code-server", "--bind-addr", "0.0.0.0:8080", "--auth", "none", "/home/zope"]
# COPY --chown=zope:zope docker/base/start-debug.sh start-debug.sh
# Expose Ports:
# debugpy (vscode remote debugger)
Expand Down

0 comments on commit 09a4a06

Please sign in to comment.