Skip to content

Commit e95db43

Browse files
authored
Merge pull request #138 from shugo/fix/gh-config-dir-ownership
Fix gh config directory ownership in devcontainer
2 parents af5fc38 + ff36ee4 commit e95db43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
6969
ENV DEVCONTAINER=true
7070

7171
# 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
72+
RUN mkdir -p /workspace /home/node/.claude /home/node/.config/gh && \
73+
chown -R node:node /workspace /home/node/.claude /home/node/.config/gh
7474

7575
WORKDIR /workspace
7676

0 commit comments

Comments
 (0)