summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2016-10-21Add missing dependency for RuggedMatt Hanley
2016-09-12Updated Dockerfile to use ruby 2.3Mycah Mattox
2016-05-26Added EXPOSE and VOLUME directivesKnut Ahlers
This describes the exposed ports and the volume according to the `README.md` documentation. Though it is possible to mount volumes and expose ports using `docker run`, for several docker management tools it is not possible to expose ports or mount volumes when they are not defined in the `Dockerfile`.
2016-01-19Add the option of automatically reloading the config every X seconds. Fixes #271Mike Bryant
2016-01-19Switch to phusion's docker-baseimage, to get service management and process ↵Mike Bryant
reaping
2015-08-29Dockerfile from SamerSaku Ytti
closes #169