diff --git a/Dockerfile b/Dockerfile index 753935b..6fb478f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ WORKDIR / COPY --from=builder /go/src/github.com/fhmq/hmq/hmq . EXPOSE 1883 -CMD ["/hmq"] \ No newline at end of file +ENTRYPOINT ["/hmq"]