Browse Source

specify tag for rails

Joe Ferguson 11 years ago
parent
commit
8b0b6ed6a7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rails/README-content.md
  2. 1 1
      rails/README.md

+ 1 - 1
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`.
 

+ 1 - 1
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`.