k3s/build/hello-kubernetes/Dockerfile

5 lines
59 B
Docker

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