Skip to content

Commit caa3bed

Browse files
committed
.
1 parent 6fdd9b4 commit caa3bed

File tree

3 files changed

+2
-1358
lines changed

3 files changed

+2
-1358
lines changed

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY --from=builder /app/.vitepress/dist ./.vitepress/dist
2020
COPY --from=builder /app/package.json ./
2121

2222
# Install only production dependencies
23-
RUN bun install --frozen-lockfile --production
23+
RUN bun install --frozen-lockfile
2424

2525
# Use non-root user for security
2626
USER bun

apps/web/bun.lock

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)