diff --git a/Dockerfile b/Dockerfile index 587d032..5d579fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,9 @@ FROM oven/bun:latest WORKDIR /usr/src/app -ENV NODE_ENV=production - COPY package*.json ./ -RUN bun install +RUN bun install --production COPY . .