Skip to content

Commit

Permalink
Add devcontainer
Browse files Browse the repository at this point in the history
Add VS Code devcontainer configuration.
  • Loading branch information
martincostello committed Oct 6, 2024
1 parent c05c3f6 commit 3bdf028
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Ruby",
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye",
"features": {
"ghcr.io/devcontainers/features/ruby:1": {}
},
"forwardPorts": [4567],
"postCreateCommand": "bundle install"
}

0 comments on commit 3bdf028

Please sign in to comment.