Skip to content

Commit d9b51a6

Browse files
committed
Adding installation of Azure Function Core Tools to dev container
1 parent bfaf46f commit d9b51a6

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
@@ -30,7 +30,7 @@
3030
]
3131
}
3232
},
33-
"postStartCommand": "chmod +x ./infra/azd-hooks/preprovision.sh && cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
33+
"postStartCommand": "chmod +x ./infra/azd-hooks/preprovision.sh && npm install -g azure-functions-core-tools@4 --unsafe-perm true && cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
3434
"remoteUser": "vscode",
3535
"forwardPorts": [
3636
8000

0 commit comments

Comments
 (0)