Sfoglia il codice sorgente

更新 'Dockerfile'

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

+ 1 - 1
Dockerfile

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