We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cbadf commit 51a56dbCopy full SHA for 51a56db
.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
5
"context": ".."
6
},
7
"postCreateCommand": "bin/ensure-root-env-file && devbox shellenv --init-hook >> ~/.profile && devbox run setup",
8
- "postStartCommand": "devbox services up -d",
+ "postStartCommand": "devbox services up --background",
9
"forwardPorts": [5173, 8081, 8083, 4000],
10
"portsAttributes": {
11
"5173": {
0 commit comments