Example Sinatra application running with Puma application server
4.0K
Run with:
$ docker run --rm -it -e PUMA_THREADS=10 -e WORKERS=2 -p 3000:3000 puma-sinatra-example
Enjoy:
$ curl localhost:3000
Hello World!
Content type
Image
Digest
sha256:c883daf8d…
Size
401.5 MB
Last updated
5 months ago
docker pull michelesr/puma-sinatra-example