Browse Source

dockerfile

wangliang 3 tháng trước cách đây
mục cha
commit
92fb1cadc1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nginx/sop-web/Dockerfile

+ 1 - 1
nginx/sop-web/Dockerfile

@@ -17,6 +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
+COPY /opt/dist ./dist
 
 CMD ["nginx","-g","daemon off;"]