You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: compose/rails.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,7 @@ a Rails/PostgreSQL app. Before starting, [install Compose](install.md).
9
9
10
10
### Define the project
11
11
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
0 commit comments