Skip to content

Commit bf14037

Browse files
committed
fixing devcontainer postCreate script
1 parent 5660a75 commit bf14037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828

2929
// Use 'postCreateCommand' to run commands after the container is created.
30-
"postCreateCommand": ". ${NVM_DIR}/nvm.sh && cd src && nvm install && npm install && cd ./api && dotnet restore && npm install -g @azure/static-web-apps-cli",
30+
"postCreateCommand": ". ${NVM_DIR}/nvm.sh && cd src/web && nvm install && npm install && cd ../api && dotnet restore && npm install -g @azure/static-web-apps-cli",
3131

3232
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
3333
"remoteUser": "vscode"

0 commit comments

Comments
 (0)