Fix typo in COPY command for bun.lock file
This commit is contained in:
parent
684bf8c0ed
commit
07174cecef
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ FROM oven/bun:canary-alpine
|
|||
WORKDIR /app
|
||||
|
||||
# Copy package files first for caching
|
||||
COPY package.json bun.lockb ./
|
||||
COPY package.json bun.lock ./
|
||||
|
||||
# Install all dependencies (including devDeps)
|
||||
RUN bun install
|
||||
|
|
|
|||
Loading…
Reference in a new issue