Sfoglia il codice sorgente

更新 'businessweb/Dockerfile'

chenghongxi 4 anni fa
parent
commit
cb57d9db91
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      businessweb/Dockerfile

+ 1 - 0
businessweb/Dockerfile

@@ -3,6 +3,7 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
 RUN echo 'Asia/Shanghai' > /etc/timezone
 
 COPY agollo.json /go/bin/
+ADD xinyue.tar.gz /go/bin/
 COPY businessweb /go/bin/
 RUN chmod +x /go/bin/businessweb
 WORKDIR /go/bin