mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: enhance devcontainer setup with GPG keyring support and improved signing process
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user