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"
}
+1 -1
View File
@@ -13,7 +13,7 @@ services:
volumes:
# Update this to wherever you want VS Code to mount the folder of your project
# - ..:/src:cached
# - ..:/project:cached
# Uncomment the next four lines if you will use a ptrace-based debugger like C++, Go, and Rust.
# cap_add: