fix to user node

This commit is contained in:
Dieter Blocher
2025-01-30 09:58:04 +00:00
parent aa36eac864
commit 164cc9e712

View File

@@ -12,7 +12,7 @@
},
// Add bash_history
"mounts": [
"source=devcontainer-bash-history,target=/root/.bash_history,type=volume"
"source=devcontainer-bash-history,target=/home/node/.bash_history,type=volume"
],
// Configure tool-specific properties.
"customizations": {