|
@@ -17,5 +17,6 @@ ARG CONF_NAME
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
COPY --from=build-stage /app/dist /opt/dist
|
|
|
COPY ./$CONF_NAME /etc/nginx/conf.d/$CONF_NAME
|
|
|
+COPY /opt/dist /home/qmth/project/sop/dev/sop-web/dev_1.1.2/dist
|
|
|
|
|
|
CMD ["nginx","-g","daemon off;"]
|