File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY packages/db/package.json ./packages/db/package.json
1818# Install turbo globally and dependencies with cache mount for faster builds
1919RUN --mount=type=cache,id=bun-cache,target=/root/.bun/install/cache \
2020 bun install -g turbo && \
21- bun install --frozen-lockfile -- omit dev --ignore-scripts
21+ bun install --omit= dev --ignore-scripts
2222
2323# ========================================
2424# Builder Stage: Build the Application
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY packages/db/package.json ./packages/db/package.json
1717
1818# Install dependencies with cache mount for faster builds
1919RUN --mount=type=cache,id=bun-cache,target=/root/.bun/install/cache \
20- bun install --frozen-lockfile -- omit dev --ignore-scripts
20+ bun install --omit= dev --ignore-scripts
2121
2222# ========================================
2323# Builder Stage: Prepare source code
You can’t perform that action at this time.
0 commit comments