Ver Fonte

fix: jenkins打包修改

mingliang.yang há 3 semanas atrás
pai
commit
fc942b6b0d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM nginx:stable-alpine as production-stage
 
-COPY  /app/dist /usr/share/nginx/html
+COPY  /dist /usr/share/nginx/html
 EXPOSE 80
 
 CMD ["nginx", "-g", "daemon off;"]