Fix reference to bun lock file
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user