diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..132ea56 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" +}