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