We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e359dc2 commit cd7fa68Copy full SHA for cd7fa68
docker/db.Dockerfile
@@ -16,7 +16,7 @@ COPY packages/db/package.json ./packages/db/package.json
16
17
# Install dependencies with cache mount for faster builds
18
RUN --mount=type=cache,id=bun-cache,target=/root/.bun/install/cache \
19
- bun install --frozen-lockfile --ignore-scripts
+ bun install --ignore-scripts
20
21
# ========================================
22
# Runner Stage: Production Environment
0 commit comments