Skip to content

Commit df5a088

Browse files
Restructured sentence for better flow
1 parent 818a7b6 commit df5a088

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compose/rails.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ a Rails/PostgreSQL app. Before starting, [install Compose](install.md).
99

1010
### Define the project
1111

12-
Start by setting up the four files needed to build the app. First, since
13-
your app is going to run inside a Docker container containing all of its
14-
dependencies, define exactly what needs to be included in the
15-
container. This is done using a file called `Dockerfile`. To begin with, the
12+
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
1613
Dockerfile consists of:
1714

1815
FROM ruby:2.5

0 commit comments

Comments
 (0)