Explorar o código

dockerFile: edit 2

Yi hai 11 meses
pai
achega
4b1d67cad6
Modificáronse 1 ficheiros con 0 adicións e 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/