Update Dockerfile entrypoint (#210)

This commit is contained in:
Daniel Valdivia
2020-07-27 17:18:46 -07:00
committed by GitHub
parent 27a57b1e51
commit 7bf25c897c

View File

@@ -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"]