2022-08-12 12:15:51 +00:00
|
|
|
{
|
|
|
|
|
"image": "ghcr.io/octodemo/container-nodejs-development:base-20220830",
|
|
|
|
|
"extensions": [
|
|
|
|
|
"Orta.vscode-jest",
|
|
|
|
|
],
|
|
|
|
|
// Install JDK and Maven for testing purposes
|
|
|
|
|
"postCreateCommand": ".devcontainer/install_maven.sh",
|
|
|
|
|
"postStartCommand": "npm install"
|
|
|
|
|
}
|