Fix: remove bun.lock from image (incompatible with bun 1.1)

This commit is contained in:
René Schober
2026-03-20 12:28:46 +01:00
parent 66fe21d090
commit ec8bec4528

View File

@@ -11,7 +11,6 @@ COPY packages/config/package.json ./packages/config/
COPY packages/ui/package.json ./packages/ui/ COPY packages/ui/package.json ./packages/ui/
COPY apps/server/package.json ./apps/server/ COPY apps/server/package.json ./apps/server/
COPY bun.lock ./
RUN bun install RUN bun install
# Copy source # Copy source