Skip to content

Commit 59ad262

Browse files
authored
Merge pull request #39 from Azure-Samples/gk/devc-updates
optimize devcontainer
2 parents 605988e + 4a8be8f commit 59ad262

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Snippy - Azure Functions DevContainer",
2+
"name": "Azure Functions DevContainer",
33
"dockerFile": "Dockerfile",
4-
"postCreateCommand": "chmod +x scripts/*.sh && sh .devcontainer/setup.sh",
5-
"postStartCommand": "sh .devcontainer/start.sh"
6-
}
4+
"postCreateCommand": "sh ./.devcontainer/setup.sh",
5+
"shutdownAction": "stopContainer"
6+
}

0 commit comments

Comments
 (0)