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