Skip to content

Commit f1d2c07

Browse files
committed
Start devbox services in background
1 parent 5198b2b commit f1d2c07

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
@@ -5,7 +5,7 @@
55
"context": ".."
66
},
77
"onCreateCommand": "bin/ensure-root-env-file && devbox run setup",
8-
"postCreateCommand": "",
8+
"postStartCommand": "devbox services up --background && echo 'Devbox Services started in background. use `devbox services attach` to view logs.'",
99
"forwardPorts": [5173, 8081, 8083, 9099, 8080, 9199, 4000],
1010
"portsAttributes": {
1111
"5173": { "label": "Frontend", "onAutoForward": "openBrowser" },

0 commit comments

Comments
 (0)