Explorar el Código

fix: docker image build failed (#4796)

Vben hace 6 meses
padre
commit
422936a981
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/deploy/Dockerfile

+ 1 - 1
scripts/deploy/Dockerfile

@@ -14,7 +14,7 @@ WORKDIR /app
 COPY . /app
 
 RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
-RUN pnpm run build
+RUN pnpm run build --filter=\!./docs
 
 RUN echo "Builder Success 🎉"