From 7bf25c897c3922684702a96112205bf8e0996478 Mon Sep 17 00:00:00 2001 From: Daniel Valdivia Date: Mon, 27 Jul 2020 17:18:46 -0700 Subject: [PATCH] Update Dockerfile entrypoint (#210) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]