'dockerfile'

This commit is contained in:
chowyu08
2017-08-26 21:20:52 +08:00
parent 9b76df74dd
commit 4328ffac62
2 changed files with 13 additions and 0 deletions
+11
View File
@@ -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"]
+2
View File
@@ -44,6 +44,8 @@ $ go run main.go
* Cluster Support
* Containerization
* Supports retained messages
* Supports will messages