diff --git a/Dockerfile b/Dockerfile index 3e9c340..88a15cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get update && \ WORKDIR /app # Copy package files and install dependencies -COPY bun.lockb package.json ./ +COPY bun.lock package.json ./ RUN bun install # Copy the rest of your app