We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ebfb1 commit 14d37a0Copy full SHA for 14d37a0
Makefile
@@ -59,6 +59,7 @@ docker-run:
59
--publish "6006:6006" \
60
--volume "${shell pwd}":/app \
61
--volume "${HOME}/.m2/repository":/home/cukebot/.m2/repository \
62
+ --user 1000 \
63
--rm \
64
--interactive \
65
--tty \
@@ -83,6 +84,7 @@ docker-run-with-secrets:
83
84
--volume "${shell pwd}/../secrets/codesigning.key":/home/cukebot/codesigning.key \
85
--volume "${shell pwd}/../secrets/gpg-with-passphrase":/home/cukebot/gpg-with-passphrase \
86
--env-file ../secrets/secrets.list \
87
88
89
90
0 commit comments