Update Dockerfile

This commit is contained in:
Jess Frazelle 2018-09-14 15:10:32 -04:00 committed by GitHub
parent b3cbd40bc0
commit 63fe08cd43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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