We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276251b commit 6d94817Copy full SHA for 6d94817
1 file changed
commodore_command.sh
@@ -7,8 +7,8 @@ commodore () {
7
--tty \
8
--rm \
9
--user="$(id -u)" \
10
- --volume "$HOME"/.ssh:/app/.ssh:ro \
11
- --volume ~/.gitconfig:/app/.gitconfig:ro \
+ --volume "${HOME}/.ssh:/app/.ssh:ro" \
+ --volume "${HOME}/.gitconfig:/app/.gitconfig:ro" \
12
--volume "${PWD}:/app/data/" \
13
--workdir "/app/data" \
14
projectsyn/commodore:v0.2.0 \
0 commit comments