mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-05-06 16:56:47 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
FROM scratch
|
|
|
|
COPY bin/goldpinger /goldpinger
|
|
COPY static /static
|
|
|
|
ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"]
|