Skip to content

Commit

Permalink
also mount git
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Apr 13, 2018
1 parent 4a008ba commit 183fe4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ main() {
-v "$W/public:/s/public" \
-v "$W/static:/s/static" \
-v "$W/themes:/s/themes" \
-v "$W/.git:/s/.git" \
"$TAG" ${cmd} ${args}
}
main "${@}"
Expand Down

0 comments on commit 183fe4b

Please sign in to comment.