Browse Source

更新 'Dockerfile'

fanyijian 3 years ago
parent
commit
abdb7b7520
1 changed files with 1 additions and 1 deletions
  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 html.tar /usr/share/nginx/html
+ADD wechat-shop-web-master.tar.gz /usr/share/nginx/html
 
 EXPOSE 80