From 8b0b6ed6a77278f54eed2cebe43ca4b5825e2b3a Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 26 Aug 2014 11:36:12 -0600 Subject: [PATCH] specify tag for rails --- rails/README-content.md | 2 +- rails/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rails/README-content.md b/rails/README-content.md index 004c216b..cdd65433 100644 --- a/rails/README-content.md +++ b/rails/README-content.md @@ -8,7 +8,7 @@ Ruby on Rails, often simply referred to as Rails, is an open source web applicat ## 1. create a `Dockerfile` in your rails app project - FROM rails + FROM rails:onbuild Put this file in the root of your app, next to the `Gemfile`. diff --git a/rails/README.md b/rails/README.md index be317eb0..4f2fa50c 100644 --- a/rails/README.md +++ b/rails/README.md @@ -8,7 +8,7 @@ Ruby on Rails, often simply referred to as Rails, is an open source web applicat ## 1. create a `Dockerfile` in your rails app project - FROM rails + FROM rails:onbuild Put this file in the root of your app, next to the `Gemfile`.