Skip to content

Commit cd7fa68

Browse files
authored
fix(build): fix DB dockerfile (#2344)
1 parent e359dc2 commit cd7fa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/db.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY packages/db/package.json ./packages/db/package.json
1616

1717
# Install dependencies with cache mount for faster builds
1818
RUN --mount=type=cache,id=bun-cache,target=/root/.bun/install/cache \
19-
bun install --frozen-lockfile --ignore-scripts
19+
bun install --ignore-scripts
2020

2121
# ========================================
2222
# Runner Stage: Production Environment

0 commit comments

Comments
 (0)