@@ -4,3 +4,5 @@ COPY agollo.json /go/bin
RUN chmod +x /go/bin/mchsrv
WORKDIR /go/bin/
CMD ["/go/bin/mchsrv"]
+EXPOSE 8892
+EXPOSE 9292