We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8acb838 + b49873b commit 803b28dCopy full SHA for 803b28d
1 file changed
commodore_command.sh
@@ -7,13 +7,11 @@ commodore () {
7
--tty \
8
--rm \
9
--user="$(id -u)" \
10
- --volume "$HOME"/.ssh:/app/.ssh:ro \
11
- --volume "$PWD"/compiled/:/app/compiled/ \
12
- --volume "$PWD"/catalog/:/app/catalog \
13
- --volume "$PWD"/dependencies/:/app/dependencies/ \
14
- --volume "$PWD"/inventory/:/app/inventory/ \
15
- --volume ~/.gitconfig:/app/.gitconfig:ro \
16
- projectsyn/commodore:v0.2.0 \
+ --volume "${HOME}/.ssh:/app/.ssh:ro" \
+ --volume "${HOME}/.gitconfig:/app/.gitconfig:ro" \
+ --volume "${PWD}:/app/data/" \
+ --workdir "/app/data" \
+ projectsyn/commodore:v0.3.0 \
17
$*
18
}
19
0 commit comments