mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
9 lines
240 B
JSON
9 lines
240 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/go:1": {},
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
|
|
}
|