chore: enhance devcontainer setup with GPG keyring support and improved signing process

This commit is contained in:
Denys Vuika
2026-07-08 12:55:30 +00:00
parent e23950338c
commit b40dfdd1f3
4 changed files with 21 additions and 13 deletions
+2 -1
View File
@@ -54,7 +54,8 @@
"mounts": [
"source=workspace-pnpm-store,target=/home/node/.pnpm-store,type=volume",
"source=workspace-bashhistory,target=/commandhistory,type=volume"
"source=workspace-bashhistory,target=/commandhistory,type=volume",
"source=${localEnv:HOME}/.gnupg/pubring.kbx,target=/home/node/.gnupg/pubring.kbx,type=bind,consistency=cached,readonly"
],
"postCreateCommand": ".devcontainer/post-create.sh",