mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-05-09 18:26:37 +00:00
add Dockerfile
Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
This commit is contained in:
committed by
GitHub
parent
fa643e9be8
commit
b9968a3c25
6
build/Dockerfile
Normal file
6
build/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM scratch
|
||||
|
||||
ADD bin/goldpinger /goldpinger
|
||||
COPY static/index.html /static/index.html
|
||||
|
||||
ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"]
|
||||
Reference in New Issue
Block a user