Correct tag misspelling

This commit is contained in:
Vincent Palmer 2015-07-01 13:32:27 +02:00
parent 866840226f
commit e557ca8264
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ You can then build and run the Ruby image:
### Generate a `Gemfile.lock`
The `onbuid` tag expects a `Gemfile.lock` in your app directory. This `docker
The `onbuild` 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 `Gemfile`:
docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app jruby:1.7 bundle install --system