diff --git a/Dockerfile b/Dockerfile index c0ec316..d4af4d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM oven/bun:latest WORKDIR /app -COPY package.json bun.lockb ./ +COPY package.json ./ RUN bun install COPY . . CMD ["bun", "run", "index.js"] \ No newline at end of file