diff --git a/Dockerfile b/Dockerfile index 5357933..7db67cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ COPY packages/config/package.json ./packages/config/ COPY packages/ui/package.json ./packages/ui/ COPY apps/server/package.json ./apps/server/ -COPY bun.lock ./ RUN bun install # Copy source