Sha256: 0d0e5bc1a5036e8f7b916cc16ede5818b732c7cf38980f31536867c7342577a3

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ruby
{
  "name": "nuva-ruby",
  // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
  "image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bullseye",
  "features": {
    "ghcr.io/devcontainers/features/common-utils:2": {}
  },

  "containerEnv": {
    "APP_ENV": "development"
  }

  // 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"
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nuva-0.5.1 .devcontainer/devcontainer.json
nuva-0.4.1 .devcontainer/devcontainer.json
nuva-0.4.0 .devcontainer/devcontainer.json