Quick update to the dockerfile

This commit is contained in:
2026-01-13 15:26:29 -06:00
parent e9f8ed56e3
commit 055e3a0cba

View File

@@ -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/