Skip to content

Commit 7bf25c8

Browse files
authored
Update Dockerfile entrypoint (#210)
1 parent 27a57b1 commit 7bf25c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ EXPOSE 9090
2323
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2424
COPY --from=0 /go/src/github.com/minio/console/console .
2525

26-
CMD ["/console"]
26+
ENTRYPOINT ["/console"]

0 commit comments

Comments
 (0)