Skip to content

Commit 0cfd24e

Browse files
committed
fix devcon
1 parent 5868c6b commit 0cfd24e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
77
"features": {
88
"ghcr.io/devcontainers/features/common-utils:2": {
9-
"installZsh": true,
10-
"installOhMyZsh": true,
11-
"installOhMyZshConfig": true,
129
"username": "automatic",
1310
"userUid": "automatic",
1411
"userGid": "automatic",
1512
"upgradePackages": false
1613
}
17-
}
14+
},
1815

1916
// Features to add to the dev container. More info: https://containers.dev/features.
2017
// "features": {},
@@ -23,7 +20,7 @@
2320
// "forwardPorts": [],
2421

2522
// Use 'postCreateCommand' to run commands after the container is created.
26-
// "postCreateCommand": "yarn install",
23+
"postCreateCommand": "echo 'exec zsh' >> /home/node/.bashrc"
2724

2825
// Configure tool-specific properties.
2926
// "customizations": {},

0 commit comments

Comments
 (0)