Skip to content

Commit

Permalink
Update post-start command in devcontainer configuration to use devbox…
Browse files Browse the repository at this point in the history
… run

Simplify the post-start command by replacing the existing bash script with `devbox run start`.
  • Loading branch information
jcardozo committed Sep 16, 2024
1 parent 524132a commit dbbe4cf
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 @@ -5,5 +5,5 @@
},
"forwardPorts": [8080],
"remoteUser": "devbox",
"postStartCommand": "bash -c 'source ~/.devbox/shell && mvn spring-boot:run'"
"postStartCommand": "devbox run start"
}

0 comments on commit dbbe4cf

Please sign in to comment.