Its a crux!
at main 27 lines 1.1 kB view raw
1// For format details, see https://aka.ms/devcontainer.json. For config options, see the 2// README at: https://github.com/devcontainers/templates/tree/main/src/alpine 3{ 4 // "name": "Cruxt Devcontainer", 5 // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile 6 // "image": "mcr.microsoft.com/devcontainers/base:alpine-3.21" 7 8 "dockerComposeFile": "docker-compose.yml", 9 "service": "devcontainer", 10 "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", 11 "remoteUser": "node", 12 "updateContentCommand": "sudo corepack prepare" 13 // Features to add to the dev container. More info: https://containers.dev/features. 14 // "features": {}, 15 16 // Use 'forwardPorts' to make a list of ports inside the container available locally. 17 // "forwardPorts": [], 18 19 // Use 'postCreateCommand' to run commands after the container is created. 20 // "postCreateCommand": "uname -a", 21 22 // Configure tool-specific properties. 23 // "customizations": {}, 24 25 // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. 26 // "remoteUser": "root" 27}