This project contains a small sinatra app used as a demo during the VMC Lunch & Learn 2020 Webinar Series. It listens on the default port 4567.
The app is dockerizied to make deploying and running it easy.
$ docker build -t dropbear-server https://github.com/mattycourtney/dropbear-server.git
$ docker run -d -p 80:4567 --name dropbear-server -t dropbear-server
When you've finished with the app, just stop the container.
$ docker stop dropbear-server