From 91a077d44454a83181a127eedc0ff0efe1894498 Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Wed, 1 Jul 2015 13:36:20 +0200 Subject: [PATCH] Corrected onbuid typo to onbuild. --- jruby/README.md | 2 +- jruby/content.md | 2 +- ruby/README.md | 2 +- ruby/content.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jruby/README.md b/jruby/README.md index 2d9fce826..5c547e6f7 100644 --- a/jruby/README.md +++ b/jruby/README.md @@ -40,7 +40,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 diff --git a/jruby/content.md b/jruby/content.md index ac63d7a94..c8c4c25a7 100644 --- a/jruby/content.md +++ b/jruby/content.md @@ -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 diff --git a/ruby/README.md b/ruby/README.md index 6bb78af27..10f26a88d 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -42,7 +42,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 run` will help you generate one. Run it in the root of your app, next to the `Gemfile`: +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 ruby:2.1 bundle install diff --git a/ruby/content.md b/ruby/content.md index 438ac45bf..55db59f18 100644 --- a/ruby/content.md +++ b/ruby/content.md @@ -25,7 +25,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 run` will help you generate one. Run it in the root of your app, next to the `Gemfile`: +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 ruby:2.1 bundle install