mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 01:39:02 +00:00
5 lines
59 B
Docker
5 lines
59 B
Docker
FROM scratch
|
|
ADD hello /
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/hello"]
|