Quick update to the dockerfile
This commit is contained in:
@@ -7,7 +7,8 @@ RUN apk add --no-cache libc6-compat
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy root package files
|
# Copy root package files
|
||||||
COPY package.json bun.lockb turbo.json ./
|
COPY package.json turbo.json ./
|
||||||
|
COPY bun.lockb* ./
|
||||||
COPY apps/next/package.json ./apps/next/package.json
|
COPY apps/next/package.json ./apps/next/package.json
|
||||||
COPY packages/backend/package.json ./packages/backend/package.json
|
COPY packages/backend/package.json ./packages/backend/package.json
|
||||||
COPY tools/*/package.json ./tools/
|
COPY tools/*/package.json ./tools/
|
||||||
|
|||||||
Reference in New Issue
Block a user