Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
resnant committed Apr 10, 2020
1 parent a443b8a commit 14cda43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

SCRIPT_DIR=$(cd $(dirname $0); pwd)
docker run --rm -v ${SCRIPT_DIR}/bbo_rietveld:/bbo_rietveld -p 8888:8888 -it bbo-rietveld
docker run --rm -v ${SCRIPT_DIR}/:/bbo_rietveld -p 8888:8888 -it bbo-rietveld

0 comments on commit 14cda43

Please sign in to comment.