Skip to content

Commit 803b28d

Browse files
authored
Merge pull request #1 from projectsyn/commodore_command
Tune Commodore command
2 parents 8acb838 + b49873b commit 803b28d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

commodore_command.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ commodore () {
77
--tty \
88
--rm \
99
--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 \
10+
--volume "${HOME}/.ssh:/app/.ssh:ro" \
11+
--volume "${HOME}/.gitconfig:/app/.gitconfig:ro" \
12+
--volume "${PWD}:/app/data/" \
13+
--workdir "/app/data" \
14+
projectsyn/commodore:v0.3.0 \
1715
$*
1816
}
1917

0 commit comments

Comments
 (0)