mirror of
https://github.com/dagu-org/dagu.git
synced 2025-12-28 14:50:19 +00:00
11 lines
356 B
JSON
11 lines
356 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/go
|
|
{
|
|
"name": "Go",
|
|
"image": "mcr.microsoft.com/devcontainers/go:1-1.24-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"postCreateCommand": "make build-ui"
|
|
}
|