Skip to content

Commit 51a56db

Browse files
committed
yet another fix
1 parent c1cbadf commit 51a56db

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
"postCreateCommand": "bin/ensure-root-env-file && devbox shellenv --init-hook >> ~/.profile && devbox run setup",
8-
"postStartCommand": "devbox services up -d",
8+
"postStartCommand": "devbox services up --background",
99
"forwardPorts": [5173, 8081, 8083, 4000],
1010
"portsAttributes": {
1111
"5173": {

0 commit comments

Comments
 (0)