diff --git a/Dockerfile b/Dockerfile index f6a61852f..dccf672cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ EXPOSE 9090 COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=0 /go/src/github.com/minio/console/console . -CMD ["/console"] +ENTRYPOINT ["/console"]