mirror of
https://github.com/fhmq/hmq.git
synced 2026-06-15 17:51:33 +00:00
'dockerfile'
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM alpine
|
||||
COPY hmq /
|
||||
COPY broker.config /
|
||||
COPY tls /tls
|
||||
COPY conf /conf
|
||||
|
||||
EXPOSE 1883
|
||||
EXPOSE 1888
|
||||
EXPOSE 1993
|
||||
|
||||
CMD ["/hmq"]
|
||||
Reference in New Issue
Block a user