Skip to content

ewalk153/docker-sinatra-demo

Repository files navigation

Docker Sinatra Demo

Quick demo to setup and run a sintra app through docker-compose.

docker-compose up -d
curl http://localhost:3000/frank-says
> Put this in your pipe & smoke it!
docker-compose down # this stops the service

After making changes to the docker setup, you can rebuild the image with:

docker-compose build

About

Demo sinatra app setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published