Skip to content

CoolRequest/rails_docker_demo

Repository files navigation

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