icons/.devcontainer/devcontainer.json

12 lines
272 B
JSON

{
"name": "Selfh.st Icons",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"forwardPorts": [
4050
],
"postCreateCommand": "npm install"
}