Skip to content

Commit

Permalink
Fixing installation issues on devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray committed Jan 12, 2024
1 parent f911f99 commit eb1b04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit eb1b04b

Please sign in to comment.