@@ -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;"]