Update Dockerfile

This commit is contained in:
Jess Frazelle
2018-09-14 15:10:32 -04:00
committed by GitHub
parent b3cbd40bc0
commit 63fe08cd43

View File

@@ -28,4 +28,5 @@ RUN buildDeps=' \
FROM alpine:latest FROM alpine:latest
COPY --from=builder /go/bin/mop /usr/bin/mop COPY --from=builder /go/bin/mop /usr/bin/mop
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
ENTRYPOINT [ "mop" ] ENTRYPOINT [ "mop" ]