Browse Source

dockerfile

wangliang 2 months ago
parent
commit
b5c577096a
1 changed files with 0 additions and 1 deletions
  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;"]