Sfoglia il codice sorgente

fix: jenkins打包修改

mingliang.yang 3 settimane fa
parent
commit
fc942b6b0d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;"]