try without prod
This commit is contained in:
parent
4ecf97ee34
commit
fcf22d2c24
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ WORKDIR /app
|
|||
|
||||
FROM base AS deps
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install -g typescript
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||
|
||||
FROM base
|
||||
COPY --from=deps /app/node_modules /app/node_modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue