Dockerized raml2html and regenerated kubernetes.html.

This commit is contained in:
Brian Grant
2014-06-17 17:11:19 +00:00
parent 6d4e1632b3
commit 20cc10b5b0
3 changed files with 16 additions and 11 deletions

5
api/raml2html.dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM google/nodejs
RUN npm i -g raml2html
VOLUME ["/data"]
CMD ["-i", "/data/kubernetes.raml", "-o", "/data/kubernetes.html"]
ENTRYPOINT ["raml2html"]