mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 15:13:08 +00:00
Use ADD rather than VOLUME in order to work with remote containers.
This commit is contained in:
5
api/Dockerfile
Normal file
5
api/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM google/nodejs
|
||||
RUN npm i -g raml2html
|
||||
ADD . /data
|
||||
CMD ["-i", "/data/kubernetes.raml", "-o", "/data/kubernetes.html"]
|
||||
ENTRYPOINT ["raml2html"]
|
Reference in New Issue
Block a user