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