fix(web): skip install scripts in container deps stage
This commit is contained in:
parent
9acaa18e6d
commit
631e789546
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ RUN bunx turbo prune @dimensionlab/web --docker
|
|||
FROM base AS deps
|
||||
|
||||
COPY --from=pruner /repo/out/json/ ./
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN bun install --frozen-lockfile --ignore-scripts
|
||||
|
||||
FROM deps AS build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue