specify tag for rails

This commit is contained in:
Joe Ferguson
2014-08-26 11:36:12 -06:00
parent 42fcd0595c
commit 8b0b6ed6a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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`.