浏览代码

specify tag for rails

Joe Ferguson 11 年之前
父节点
当前提交
8b0b6ed6a7
共有 2 个文件被更改,包括 2 次插入2 次删除
  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`.