浏览代码

修改备案页面

robert 5 年之前
父节点
当前提交
e6f1fabc5d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -1,6 +1,6 @@
 From hub.evbj.easou.com/dev/nginx-1.15.5:1.0.0
 
+ADD http://10.26.22.185:9000/psop/soft/wwwroot/wwwroot.zip /tmp/wwwroot.zip
 RUN rm -f /usr/share/nginx/html/* \
-    && mkdir /usr/share/nginx/html/img
-COPY index.html /usr/share/nginx/html/
-COPY timg.jpeg /usr/share/nginx/html/img
+    && unzip /tmp/wwwroot.zip -d /tmp/ \
+    && mv /tmp/wwwroot/* /usr/share/nginx/html/