mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
5 lines
59 B
Docker
5 lines
59 B
Docker
FROM scratch
|
|
ADD hello /
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/hello"]
|