Fix reference to bun lock file

This commit is contained in:
Peter Stockings
2026-01-01 16:33:35 +11:00
parent ddd554d506
commit 67fe5ae406

View File

@@ -5,7 +5,7 @@ FROM oven/bun:1.1.3
WORKDIR /app
# Copy package files first for caching
COPY package.json bun.lockb ./
COPY package.json bun.lock ./
COPY packages/client/package.json ./packages/client/
COPY packages/server/package.json ./packages/server/
COPY packages/shared/package.json ./packages/shared/