Restructured sentence for better flow

This commit is contained in:
newoneforasn4 2018-11-13 11:46:05 -08:00 committed by GitHub
parent 818a7b6865
commit df5a088e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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