diff --git a/docker/Dockerfile b/docker/Dockerfile index 6459a7a..cbc55f7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY bun.lockb ./ -RUN bun install +RUN bun install --production COPY . .