Fixing installation issues on devcontainer

This commit is contained in:
Peter Murray
2024-01-12 17:12:54 +00:00
committed by GitHub
parent f911f99f6e
commit eb1b04ba4d
+1 -1
View File
@@ -10,6 +10,6 @@
},
// Install JDK and Maven for testing purposes
"postCreateCommand": ".devcontainer/install_maven.sh",
"postCreateCommand": "sudo .devcontainer/install_maven.sh",
"postStartCommand": "npm install"
}