FROM scratch

ADD bin/goldpinger /goldpinger 
COPY ./static /static

ENTRYPOINT ["/goldpinger", "--static-file-path", "/static"]
