mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-28 04:28:34 +00:00
12 lines
133 B
Docker
12 lines
133 B
Docker
FROM alpine
|
|
COPY hmq /
|
|
COPY hmq.config /
|
|
COPY ssl /ssl
|
|
COPY conf /conf
|
|
|
|
EXPOSE 1883
|
|
EXPOSE 1888
|
|
EXPOSE 8883
|
|
EXPOSE 1993
|
|
|
|
CMD ["/hmq"] |