Skip to content

Commit

Permalink
docs: update sbt docker examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
odinn1984 authored and michael-go committed Dec 12, 2017
1 parent 78a0ee0 commit c526a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ docker run -it
-e "USER_ID=1234"
-e "MONITOR=true"
-v "<PROJECT_DIRECTORY>:/project"
-v "/home/user/.m2:/root/.m2"
-v "/home/user/.ivy2:/root/.ivy2"
-v "/home/user/.m2:/home/node/.m2"
-v "/home/user/.ivy2:/home/node/.ivy2"
snyk/snyk-cli:sbt-1.0.4 test --org=my-org-name
```

Expand Down

0 comments on commit c526a3f

Please sign in to comment.