mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-24 10:38:34 +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"] |