2024-07-30 10:10:18 +02:00
|
|
|
{
|
|
|
|
|
"name": "Ubuntu",
|
|
|
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
2024-09-10 11:27:20 +00:00
|
|
|
// "build": {
|
|
|
|
|
// "dockerfile": "Dockerfile"
|
|
|
|
|
// },
|
2024-07-30 10:10:18 +02:00
|
|
|
"features": {
|
|
|
|
|
"ghcr.io/devcontainers/features/git:1": {},
|
|
|
|
|
"ghcr.io/devcontainers/features/go:1": {},
|
|
|
|
|
"ghcr.io/devcontainers/features/hugo:1": {
|
|
|
|
|
"extended": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"forwardPorts": [
|
|
|
|
|
1313
|
|
|
|
|
],
|
2024-10-02 18:24:10 +02:00
|
|
|
"postStartCommand": "hugo server --bind 0.0.0.0",
|
|
|
|
|
// non-root user (e.g. for rootless podman)
|
|
|
|
|
"containerUser": "vscode"
|
2024-07-30 10:10:18 +02:00
|
|
|
}
|