Sample Web App for deploying feature branch
bundle install
./bin/rackup
- open http://localhost:8080
docker build -t makoto/branch-deploy-sample .
docker run -d -p 8080:8080 -t makoto/branch-deploy-sample
Sample Web App for deploying feature branch
bundle install
./bin/rackup
docker build -t makoto/branch-deploy-sample .
docker run -d -p 8080:8080 -t makoto/branch-deploy-sample