From e557ca82640bb6e419526858ee8eccaafa876ab4 Mon Sep 17 00:00:00 2001 From: Vincent Palmer Date: Wed, 1 Jul 2015 13:32:27 +0200 Subject: [PATCH] Correct tag misspelling --- jruby/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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