Update rails.md (#10271)

This commit is contained in:
charliemenke 2020-02-12 03:14:56 -07:00 committed by GitHub
parent be59a4cba5
commit bf99b1999c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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