Skip to content

Commit

Permalink
Update run script to resolve shellcheck and Docker file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Aug 25, 2020
1 parent 9635626 commit b0d6c3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ docker build -t trustymail/cli .

docker run --rm -it \
--name trustymail \
--volume $(pwd):/workspace \
--volume "$(pwd)":/workspace \
--workdir="/workspace" \
trustymail/cli $@
--user "$(id -u)" \
trustymail/cli "$@"

0 comments on commit b0d6c3c

Please sign in to comment.