k3s/build/hello-kubernetes/Dockerfile

5 lines
59 B
Docker
Raw Normal View History

FROM scratch
ADD hello /
EXPOSE 8080
ENTRYPOINT ["/hello"]