diff --git a/Dockerfile b/Dockerfile index 3531629..57d459d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM oven/bun:1 WORKDIR /app -COPY package.json ./ +COPY package.json bun.lockb ./ RUN bun install --frozen-lockfile COPY . .