Explorar o código

specify tag for rails

Joe Ferguson %!s(int64=11) %!d(string=hai) anos
pai
achega
8b0b6ed6a7
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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`.