wangliang il y a 2 mois
Parent
commit
b5c577096a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      nginx/sop-web/Dockerfile

+ 0 - 1
nginx/sop-web/Dockerfile

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