Skip to content

Commit

Permalink
Add postCreateCommand to compile sources in devbox shell
Browse files Browse the repository at this point in the history
Updated the postCreateCommand in devcontainer.json to trigger mvn compile within the isolated environment.
  • Loading branch information
jcardozo committed Sep 16, 2024
1 parent 5c7e30f commit edcaad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
},
"forwardPorts": [8080],
"remoteUser": "devbox",
"postCreateCommand": "devbox run compile",
"postStartCommand": "devbox run start"
}

0 comments on commit edcaad6

Please sign in to comment.