Dockerized raml2html and regenerated kubernetes.html.
This commit is contained in:
5
api/raml2html.dockerfile
Normal file
5
api/raml2html.dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user