Explorar el Código

fix: jenkins打包修改

mingliang.yang hace 3 semanas
padre
commit
fc942b6b0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;"]