Sfoglia il codice sorgente

更新 'share-v2/mchsrv/Dockerfile'

chenghongxi 4 anni fa
parent
commit
fa6c097fc4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 WORKDIR /go/bin/
 CMD ["/go/bin/mchsrv"]
+EXPOSE 8892
+EXPOSE 9292