Sfoglia il codice sorgente

更新 'Dockerfile'

fanyijian 3 anni fa
parent
commit
bd57dfc4d1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,6 +7,6 @@ COPY nginx.conf /etc/nginx/nginx.conf
 COPY conf.d /etc/nginx/conf.d/
 
 RUN rm -rf /usr/share/nginx/html
-ADD wechat-shop-web-master.tar.gz /usr/share/nginx/html
+ADD wechat-shop-web.tar.gz /usr/share/nginx/html
 
 EXPOSE 80