mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-23 04:17:00 +00:00
fix
This commit is contained in:
parent
58e2904a2c
commit
fa085d0065
@ -46,7 +46,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||
|
||||
RUN mkdir -p /temp/prod
|
||||
COPY web/package.json web/pnpm-lock.yaml /temp/prod/
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile -C /temp/prod/
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile --prod -C /temp/prod/
|
||||
|
||||
|
||||
FROM base AS build
|
||||
|
Loading…
Reference in New Issue
Block a user