Skip to content

Commit

Permalink
Merge branch 'master' of github.com:szyn/docker-digdag
Browse files Browse the repository at this point in the history
  • Loading branch information
szyn committed Apr 14, 2017
2 parents e426ec0 + 5bd375a commit 36e32f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/install
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCRIPT=$(cat << EOF
# You can easy to use szyn/docker-digdag image.
set -e
docker run -it -p 65432:65432 --name docdag \
--rm -v `pwd`:/src szyn/docker-digdag:latest \
--rm -v \`pwd\`:/src szyn/docker-digdag:latest \
java -jar /usr/local/bin/digdag \$@
EOF
)
Expand Down

0 comments on commit 36e32f5

Please sign in to comment.