aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: dca42532f8ca6fc63c9abf00f2f9650812b07f4f (plain) (blame)
1
2
3
4
5
6
FROM scratch
MAINTAINER github.com/tydavis

COPY hello-world-docker /

CMD ["/hello-world-docker"]