Nexmo / nexmo-oas-renderer

Render your API references, Nexmo-style!
https://developer.nexmo.com/api
MIT License
46 stars 4 forks source link

Add Docker support #3

Closed mheap closed 4 years ago

mheap commented 5 years ago

Add a Dockerfile to build an image that lets people run the renderer without a local Ruby install

fabianrbz commented 4 years ago

@mheap this looks good, however I wonder if it's better to build the image locally instead. I'm thinking about maintainability, we would need to update your image every time we make a change here. or is that process automated?

mheap commented 4 years ago

For completeness: There's now a GitHub action that pushes the latest tag from master and will also push tagged versions to Dockerhub