Fix: remove bun.lock from image (incompatible with bun 1.1)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user