Skip to content

Commit 7e619d6

Browse files
committed
CI false to avoid -frozen-lockfile issue
1 parent 5583968 commit 7e619d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/dockerfile.backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY --from=builder /app/bun.lock ./bun.lock
3030
COPY --from=builder /app/apps/backend/package.json ./apps/backend/package.json
3131
COPY --from=builder /app/packages/db/package.json ./packages/db/package.json
3232

33-
RUN bun install --production
33+
RUN CI=false bun install --production
3434

3535
COPY --from=builder /app/apps/backend/dist ./apps/backend/dist
3636
COPY --from=builder /app/packages/db ./packages/db

0 commit comments

Comments
 (0)