Vben
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
scripts/deploy/Dockerfile
|
|
@ -14,7 +14,7 @@ WORKDIR /app |
|
|
COPY . /app |
|
|
COPY . /app |
|
|
|
|
|
|
|
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile |
|
|
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 🎉" |
|
|
RUN echo "Builder Success 🎉" |
|
|
|
|
|
|
|
|
|