Skip to content

Commit

Permalink
Merge pull request #27 from luigi311/devcontainer
Browse files Browse the repository at this point in the history
Add devcontainer
  • Loading branch information
luigi311 authored Oct 10, 2024
2 parents e8fb9a8 + 6750f36 commit c1afc6e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// 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
{
"image": "ghcr.io/luigi311/tanoshi-builder:sha-2c3aeb0-slim",

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

0 comments on commit c1afc6e

Please sign in to comment.