fix dockerfile with docker lockfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM oven/bun AS builder
|
||||
RUN bun
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lockb ./
|
||||
COPY package.json bun.lock ./
|
||||
|
||||
RUN bun install
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user