Skip to content

Commit 35aa1af

Browse files
committed
Update devcontainer sshd feature and Learnpack audit versions
1 parent 2b91065 commit 35aa1af

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,18 @@
1818
},
1919

2020
// Features to add to the dev container. More info: https://containers.dev/features.
21-
// "features": {
21+
// "features": {},
22+
23+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24+
// "forwardPorts": [],
25+
26+
"features": {
2227
"ghcr.io/devcontainers/features/sshd:1": {
2328
"version": "latest"
2429
}
2530
},
2631

27-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
28-
// "forwardPorts": [],
29-
30-
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/node@1.1.15"
32+
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/node@1.1.15"
3133

3234
// Use 'postCreateCommand' to run commands after the container is created.
3335
// "postCreateCommand": "yarn install",

0 commit comments

Comments
 (0)