diff --git a/Dockerfile b/Dockerfile index 68ab595..70cf3b6 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 --production && bun run build +RUN bun install && bun run build WORKDIR /app COPY . .