Joe Ferguson 11 лет назад
Родитель
Сommit
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`.