diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c40fb04..dc4beb8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } \ No newline at end of file