mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-04 07:08:32 +00:00
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
FROM alpine
|
|
COPY hmq /
|
|
COPY broker.config /
|
|
COPY tls /tls
|
|
COPY conf /conf
|
|
|
|
EXPOSE 1883
|
|
EXPOSE 1888
|
|
EXPOSE 1993
|
|
|
|
CMD ["/hmq"] |