Clarify root package file copy in Next.js Dockerfile

This commit is contained in:
2026-01-13 21:47:26 +00:00
parent aad3ea72f3
commit db2ba3d034

View File

@@ -9,8 +9,7 @@ WORKDIR /app
RUN apk add --no-cache libc6-compat
# Copy package files for all workspaces
COPY package*.json ./
COPY package-lock.json ./
COPY package.json package-lock.json ./
COPY frontends/nextjs/package*.json ./frontends/nextjs/
COPY dbal/development/package*.json ./dbal/development/
COPY config/package*.json ./config/