Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 461 Bytes

README

This is an example app to show how to run Rails a Rails 6.1 application on docker, as described in this post

Prerequisites

  • Docker Engine

Steps to get the application Running

Clone this Repository

Build the image. Inside the application's directory, run:

docker build -t coolrequest/rails_docker_demo .

Start the Application using Docker Compose:

docker compose up