We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7790bad commit 74edde4Copy full SHA for 74edde4
.devcontainer/devcontainer.json
@@ -1,8 +1,4 @@
1
-// For format details, see https://aka.ms/devcontainer.json.
2
{
3
- // Use 'forwardPorts' to make a list of ports inside the container available locally.
4
"forwardPorts": [3000],
5
-
6
- // Use 'postCreateCommand' to run commands after the container is created.
7
"postCreateCommand": "script/setup && script/start"
8
}
0 commit comments