mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Clarify root package file copy in Next.js Dockerfile
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user