Sha256: dfc17f42edef05a9388bb36f4dd3e9e3be0b0e9c0b24fdb9ee23973427d4da03
Contents?: true
Size: 1020 Bytes
Versions: 3
Compression:
Stored size: 1020 Bytes
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/docker-existing-dockerfile { "name": "scale_rb", "build": { // Sets the run context to one level up instead of the .devcontainer folder. "context": "..", // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. "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": [], // Uncomment the next line to run commands after the container is created. // "postCreateCommand": "cat /etc/os-release", // Configure tool-specific properties. // "customizations": {}, // Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "devcontainer" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
scale_rb-0.5.2 | .devcontainer/devcontainer.json |
scale_rb-0.5.1 | .devcontainer/devcontainer.json |
scale_rb-0.5.0 | .devcontainer/devcontainer.json |