Remove --system from ruby's "bundle install"
This commit is contained in:
parent
49727e3ff7
commit
9feef6bdc6
|
|
@ -49,7 +49,7 @@ The `onbuid` tag expects a `Gemfile.lock` in your app directory. This `docker
|
||||||
run` will help you generate one. Run it in the root of your app, next to the
|
run` will help you generate one. Run it in the root of your app, next to the
|
||||||
`Gemfile`:
|
`Gemfile`:
|
||||||
|
|
||||||
docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install --system
|
docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install
|
||||||
|
|
||||||
## Run a single Ruby script
|
## Run a single Ruby script
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ The `onbuid` tag expects a `Gemfile.lock` in your app directory. This `docker
|
||||||
run` will help you generate one. Run it in the root of your app, next to the
|
run` will help you generate one. Run it in the root of your app, next to the
|
||||||
`Gemfile`:
|
`Gemfile`:
|
||||||
|
|
||||||
docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install --system
|
docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install
|
||||||
|
|
||||||
## Run a single Ruby script
|
## Run a single Ruby script
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue