From bf99b1999cd6beb1e6d26b8f7ea229decf6a1836 Mon Sep 17 00:00:00 2001 From: charliemenke <38671724+charliemenke@users.noreply.github.com> Date: Wed, 12 Feb 2020 03:14:56 -0700 Subject: [PATCH] Update rails.md (#10271) --- compose/rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/rails.md b/compose/rails.md index b6a4533e14..ad72c789c1 100644 --- a/compose/rails.md +++ b/compose/rails.md @@ -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