wangliang 2 сар өмнө
parent
commit
47495d7a3c
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      web/base/Dockerfile

+ 0 - 1
web/base/Dockerfile

@@ -15,7 +15,6 @@ MAINTAINER wangliang@qmth.com.cn
 WORKDIR /opt
 RUN rm /etc/nginx/conf.d/default.conf
 COPY --from=build-stage /opt/dist /opt/dist
-COPY /opt/dist /root
 COPY ./app.conf /etc/nginx/conf.d/app.conf
 
 CMD ["nginx","-g","daemon off;"]