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