Explorar el Código

dockerFile: edit 2

Yi hace 1 año
padre
commit
4b1d67cad6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -9,7 +9,6 @@ RUN npm install
 # 开始构建
 RUN npm run build
 
-
 # 第二阶段构建
 FROM nginx:stable-alpine3.17
 COPY --from=builder /app/calf-feed-admin/dist/ /usr/share/nginx/html/