Skip to content

Commit

Permalink
Merge pull request #49 from advanced-security/missing-dependencies-wi…
Browse files Browse the repository at this point in the history
…th-output-directory

Missing dependencies with output directory
  • Loading branch information
peter-murray authored Oct 19, 2023
2 parents da1586f + 2c7d8d5 commit fcd7eab
Show file tree
Hide file tree
Showing 8 changed files with 28,971 additions and 5,468 deletions.
14 changes: 10 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"image": "ghcr.io/octodemo/container-nodejs-development:base-20220830",
"extensions": [
"Orta.vscode-jest",
],
"image": "ghcr.io/octodemo/development-containers/javascript:base-20230923",
"customizations": {
"vscode": {
"extensions": [
"Orta.vscode-jest",
"GitHub.copilot"
]
}
},

// Install JDK and Maven for testing purposes
"postCreateCommand": ".devcontainer/install_maven.sh",
"postStartCommand": "npm install"
Expand Down
Loading

0 comments on commit fcd7eab

Please sign in to comment.