Skip to content

A minimal Sinatra app that I use to test Docker things.

License

Notifications You must be signed in to change notification settings

aemadrid-twx/minimal-sinatra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal-sinatra

This is a minimal Sinatra app that I use to test Docker things. All that it does is echo the git commit that it's currently running.

To build the Docker image:

docker build -t minimal-sinatra .

To run it:

docker run -d -p 4567:4567 minimal-sinatra

Changes

  • Added /env and /status endpoints.
  • Added /info

About

A minimal Sinatra app that I use to test Docker things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.8%
  • Dockerfile 25.2%