Skip to content

Commit 864f0fd

Browse files
authored
Simplify postCreateCommand in devcontainer.json
1 parent 9c28984 commit 864f0fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"context": ".",
44
"dockerfile": "Dockerfile"
55
},
6-
"postCreateCommand": "yarn && curl -fsSL https://install.aztec.network/4.0.0-nightly.20260204 | VERSION=4.0.0-nightly.20260204 NON_INTERACTIVE=1 BIN_PATH=/usr/local/bin bash -s", "customizations": {
6+
"postCreateCommand": "yarn ",
7+
"customizations": {
78
// Configure properties specific to VS Code.
89
"vscode": {
910
// Set *default* container specific settings.json values on container create.

0 commit comments

Comments
 (0)