Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 288 Bytes

branch-deploy-sample

Sample Web App for deploying feature branch

Setup

  1. bundle install
  2. ./bin/rackup
  3. open http://localhost:8080

Docker

  • docker build -t makoto/branch-deploy-sample .
  • docker run -d -p 8080:8080 -t makoto/branch-deploy-sample