diff --git a/Dockerfile b/Dockerfile index 70cf3b6..68ab595 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN bun install --production && bun run build WORKDIR /app/drift-common/common-ts COPY drift-common/common-ts/ . -RUN bun install && bun run build +RUN bun install --production && bun run build WORKDIR /app COPY . .