loentar / ngrest

Fast and easy C++ RESTful WebServices framework
Apache License 2.0
464 stars 93 forks source link

Add docker file for development environment #60

Open agentS opened 6 years ago

agentS commented 6 years ago

Hi,

Thank you so much for your great REST framework. It's a real pleasure to use and one of the very few C++ REST frameworks.

I tried to deploy my application on a private server and I usually do this using docker containers. Therefore, I created a docker file that can be used for development purposed and as base for a production container.

The README file explains the handling of the docker file. I think it would be best if you could integrate that information into the wiki.

Thanks again!