Browse Source

更新 'share-v2/mchsrv/Dockerfile'

chenghongxi 4 years ago
parent
commit
fa6c097fc4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      share-v2/mchsrv/Dockerfile

+ 2 - 0
share-v2/mchsrv/Dockerfile

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