Fixing installation issues on devcontainer
This commit is contained in:
@@ -10,6 +10,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
// Install JDK and Maven for testing purposes
|
// Install JDK and Maven for testing purposes
|
||||||
"postCreateCommand": ".devcontainer/install_maven.sh",
|
"postCreateCommand": "sudo .devcontainer/install_maven.sh",
|
||||||
"postStartCommand": "npm install"
|
"postStartCommand": "npm install"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user