mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-05-01 22:36:55 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
FROM scratch
|
|
|
|
ADD bin/goldpinger /goldpinger
|
|
COPY static/index.html /static/index.html
|
|
|
|
ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"]
|