mirror of https://github.com/docker/docs.git
Update rails.md (#3421)
syntax error at Gemfile while compose run web rails new .
This commit is contained in:
parent
a5f8de8e71
commit
40db188f3f
|
|
@ -34,7 +34,8 @@ and the [Dockerfile reference](/engine/reference/builder.md).
|
|||
Next, create a bootstrap `Gemfile` which just loads Rails. It'll be overwritten
|
||||
in a moment by `rails new`.
|
||||
|
||||
source 'https://rubygems.org' gem 'rails', '5.0.0.1'
|
||||
source 'https://rubygems.org'
|
||||
gem 'rails', '5.0.0.1'
|
||||
|
||||
You'll need an empty `Gemfile.lock` in order to build our `Dockerfile`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue