diff --git a/apps/web/Containerfile b/apps/web/Containerfile index 9ec2baa..32387a4 100644 --- a/apps/web/Containerfile +++ b/apps/web/Containerfile @@ -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