mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: update postStartCommand to retain GPG signing across container restarts
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
"postCreateCommand": "pnpm install --frozen-lockfile",
|
||||
|
||||
"postStartCommand": "if [ -f .git/signing.pub ]; then gpg --import .git/signing.pub && rm .git/signing.pub; fi",
|
||||
"postStartCommand": "if [ -f .git/signing.pub ]; then gpg --import .git/signing.pub; fi",
|
||||
|
||||
"runArgs": ["--cap-drop=ALL", "--security-opt=no-new-privileges:true", "--pids-limit=512"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user