add Dockerfile

Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
Mikolaj Pawlikowski
2018-12-04 18:13:15 -05:00
committed by GitHub
parent fa643e9be8
commit b9968a3c25

6
build/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM scratch
ADD bin/goldpinger /goldpinger
COPY static/index.html /static/index.html
ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"]