Merge pull request #83 from vector-im/jryans/gpg-keys

Persist GPG keys for Linux builds via Docker
This commit is contained in:
J. Ryan Stinnett 2020-05-07 17:41:39 +01:00 committed by GitHub
commit 94d8df6c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ docker run --rm -ti \
-v ${PWD}:/project \
-v ${PWD}/docker/node_modules:/project/node_modules \
-v ${PWD}/docker/.hak:/project/.hak \
-v ${PWD}/docker/.gnupg:/root/.gnupg \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
riot-desktop-dockerbuild "$@"