Skip to content

Commit 56d8394

Browse files
tikksskou
andauthored
Specify bundle config set path explicitly (#118)
GitHub: fix GH-117 Co-authored-by: Sutou Kouhei <kou@clear-code.com>
1 parent d93bf33 commit 56d8394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ e.g.
4646

4747
```
4848
$ docker build -f ./Dockerfile.dev -t charty-dev:latest .
49+
$ docker run --rm -v $(pwd):/charty charty-dev:latest bundle config set path vendor/bundle
4950
$ docker run --rm -v $(pwd):/charty charty-dev:latest bundle install
5051
$ docker run --rm -it -v $(pwd):/charty charty-dev:latest ./bin/console
5152
irb(main):001:0> Charty::VERSION

0 commit comments

Comments
 (0)