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