Skip to content

Commit b7d851a

Browse files
committed
fix: update dev container
1 parent 51ed941 commit b7d851a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@
6363
"SSH_AUTH_SOCK": "/ssh-agent",
6464
"LC_ALL": "C.UTF-8"
6565
},
66-
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,readonly,type=bind,consistency=delegated",
66+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=delegated",
6767
"workspaceFolder": "/workspace",
68-
"postCreateCommand": "sudo chown -R node:node /home/node/.claude || true",
6968
"postStartCommand": "curl -fsSL https://claude.ai/install.sh | bash",
7069
"waitFor": "postStartCommand"
7170
}

0 commit comments

Comments
 (0)