Update container environment to use Hugo's own images.

This commit is contained in:
2026-05-15 17:40:27 +02:00
parent 98b97e1667
commit 6b7a615ff8
3 changed files with 14 additions and 10 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
// The optional 'workspaceFolder' property is the path VS Code should open by default when
// connected. This is typically a file mount in .devcontainer/docker-compose.yml
"workspaceFolder": "/src"
"workspaceFolder": "/project",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@@ -37,5 +37,5 @@
// "customizations": {},
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "devcontainer"
"remoteUser": "root"
}