diff --git a/Dockerfile b/Dockerfile index d069d1d..6d8aaca 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .