mirror of https://github.com/k3s-io/k3s
5 lines
59 B
Docker
5 lines
59 B
Docker
![]() |
FROM scratch
|
||
|
ADD hello /
|
||
|
EXPOSE 8080
|
||
|
ENTRYPOINT ["/hello"]
|