Skip to content

mattycourtney/sinatra-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub code size in bytes GitHub repo size Code Climate maintainability GitHub issues GitHub

vForum 2019 - Sinatra Application

This project contains a small sinatra app used as a demo at vFORUM 2019. It listens on the default port 4567.

Running with Docker

The app is dockerizied to make deploying and running it easy.

$ docker build -t sinatra-app https://github.com/mattycourtney/sinatra-app.git
$ docker run -d -p 80:4567 --name sinatra-app -t sinatra-app

When you've finished with the app, just stop the container.

$ docker stop sinatra-app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published