mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update rails.md (#10271)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user