mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-02 20:01:51 +00:00
specify tag for rails
This commit is contained in:
@@ -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
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user