Skip to content

Commit 188d2a7

Browse files
committed
Updating postStartCommand
1 parent eaebe20 commit 188d2a7

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
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"postCreateCommand": "npm install -g azure-functions-core-tools@4 --unsafe-perm true && chmod +x ./infra/azd-hooks/preprovision.sh",
41-
"postStartCommand": "sleep 30 && cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
41+
"postStartCommand": "cd ./chainlit && python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
4242
"remoteUser": "vscode",
4343
"forwardPorts": [
4444
7071,

0 commit comments

Comments
 (0)