mirror of https://github.com/docker/docs.git
Update rails.md (#10271)
This commit is contained in:
parent
be59a4cba5
commit
bf99b1999c
|
@ -10,7 +10,7 @@ a Rails/PostgreSQL app. Before starting, [install Compose](install.md).
|
|||
### Define the project
|
||||
|
||||
|
||||
Start by setting up the files needed to build the app. App will run inside a Docker container containing its dependencies. Defining dependencies is done using a file called `Dockerfile`. To begin with, the
|
||||
Start by setting up the files needed to build the app. The app will run inside a Docker container containing its dependencies. Defining dependencies is done using a file called `Dockerfile`. To begin with, the
|
||||
Dockerfile consists of:
|
||||
|
||||
FROM ruby:2.5
|
||||
|
|
Loading…
Reference in New Issue