Skip to content

Commit c1cbadf

Browse files
committed
another fix
1 parent 4da3892 commit c1cbadf

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
@@ -4,7 +4,7 @@
44
"dockerfile": "./Dockerfile",
55
"context": ".."
66
},
7-
"postCreateCommand": "devbox shellenv --init-hook >> ~/.profile && bin/ensure-root-env-file && devbox run setup",
7+
"postCreateCommand": "bin/ensure-root-env-file && devbox shellenv --init-hook >> ~/.profile && devbox run setup",
88
"postStartCommand": "devbox services up -d",
99
"forwardPorts": [5173, 8081, 8083, 4000],
1010
"portsAttributes": {

0 commit comments

Comments
 (0)