tree-sitter-dockerfile/examples/8

5 lines
84 B
Plaintext
Raw Permalink Normal View History

FROM scratch
LABEL maintainer="fabio@vmware.com"
COPY govc /
2021-05-11 10:48:53 -04:00
ENTRYPOINT [ "/govc" ]