mirror of https://github.com/docker/docs.git
Restructured sentence for better flow
This commit is contained in:
parent
818a7b6865
commit
df5a088e39
|
@ -9,10 +9,7 @@ a Rails/PostgreSQL app. Before starting, [install Compose](install.md).
|
|||
|
||||
### Define the project
|
||||
|
||||
Start by setting up the four files needed to build the app. First, since
|
||||
your app is going to run inside a Docker container containing all of its
|
||||
dependencies, define exactly what needs to be included in the
|
||||
container. This is done using a file called `Dockerfile`. To begin with, the
|
||||
Start by setting up the four 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
|
||||
Dockerfile consists of:
|
||||
|
||||
FROM ruby:2.5
|
||||
|
|
Loading…
Reference in New Issue