Semaphore/.devcontainer/devcontainer.json

9 lines
240 B
JSON
Raw Normal View History

2022-11-11 10:40:48 +01:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/node:1": {}
2024-10-11 14:51:49 +02:00
},
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
2022-11-11 10:40:48 +01:00
}