mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
5 lines
59 B
Docker
5 lines
59 B
Docker
FROM scratch
|
|
ADD hello /
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/hello"]
|