This commit is contained in:
parent
324f4ef0e2
commit
e7206883d9
@ -7,7 +7,7 @@ FROM main AS deps
|
||||
WORKDIR /app
|
||||
|
||||
# Install dependencies based on the preferred package manager
|
||||
COPY pnpm-lock.yaml* ./
|
||||
COPY package.json pnpm-lock.yaml* ./
|
||||
|
||||
# Install node modules
|
||||
RUN pnpm install --production
|
||||
|
Reference in New Issue
Block a user