Update Dockefile
Some checks failed
release / goreleaser (push) Has been cancelled

This commit is contained in:
Gustavo Chain 2020-03-29 23:04:56 +02:00
parent e6b74bc6da
commit 89085c721c
No known key found for this signature in database
GPG Key ID: DA7C1746DC118A46

View File

@ -3,5 +3,5 @@ RUN apk --no-cache add ca-certificates
FROM scratch
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY mempool /
ENTRYPOINT ["/mempool"]
COPY mempool-cli /
ENTRYPOINT ["/mempool-cli"]