Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 373 Bytes

File metadata and controls

25 lines (16 loc) · 373 Bytes

rails_on_docker

Usage

Build Container

$ git clone git@github.com:ressy-private/rails_on_docker.git
$ cd rails_on_docker
$ docker build -t sample/rails .

Start rails server

$ sh bin/start_container.sh /path/to/rails_project

How to connect the rails server from the local machine

$ http://localhost:3000