Skip to content

Commit

Permalink
chore: update devcontaner.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Dec 31, 2023
1 parent 5dc77dc commit 8f494d2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@
{
"name": "Ruby",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye"

// "image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye"
"build": {
"dockerfile": "Dockerfile"
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "ruby --version",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}

0 comments on commit 8f494d2

Please sign in to comment.