Merge branch 'master' of github.com:infosiftr/docker-library-docs
This commit is contained in:
commit
2fe3c09fd1
|
|
@ -1 +1 @@
|
||||||
|
Java is a registered trademark of Oracle and/or its affiliates.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
Java is a registered trademark of Oracle and/or its affiliates.
|
||||||
|
|
||||||
# Issues and Contributing
|
# Issues and Contributing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
## 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`.
|
Put this file in the root of your app, next to the `Gemfile`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Ruby On Rails is an open-source web framework that's optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.
|
Ruby on Rails is an open-source application framework written in Ruby. It emphasizes best practices such as convention over configuration, active record pattern, and the model-view-controller pattern.
|
||||||
|
|
|
||||||
|
|
@ -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
|
## 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`.
|
Put this file in the root of your app, next to the `Gemfile`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue