We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af5fc38 + ff36ee4 commit e95db43Copy full SHA for e95db43
.devcontainer/Dockerfile
@@ -69,8 +69,8 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
69
ENV DEVCONTAINER=true
70
71
# Create workspace and config directories and set permissions
72
-RUN mkdir -p /workspace /home/node/.claude && \
73
- chown -R node:node /workspace /home/node/.claude
+RUN mkdir -p /workspace /home/node/.claude /home/node/.config/gh && \
+ chown -R node:node /workspace /home/node/.claude /home/node/.config/gh
74
75
WORKDIR /workspace
76
0 commit comments