We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 605988e + 4a8be8f commit 59ad262Copy full SHA for 59ad262
1 file changed
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "Snippy - Azure Functions DevContainer",
+ "name": "Azure Functions DevContainer",
3
"dockerFile": "Dockerfile",
4
- "postCreateCommand": "chmod +x scripts/*.sh && sh .devcontainer/setup.sh",
5
- "postStartCommand": "sh .devcontainer/start.sh"
6
-}
+ "postCreateCommand": "sh ./.devcontainer/setup.sh",
+ "shutdownAction": "stopContainer"
+}
0 commit comments