We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a57b1 commit 7bf25c8Copy full SHA for 7bf25c8
Dockerfile
@@ -23,4 +23,4 @@ EXPOSE 9090
23
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
24
COPY --from=0 /go/src/github.com/minio/console/console .
25
26
-CMD ["/console"]
+ENTRYPOINT ["/console"]
0 commit comments