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