update
This commit is contained in:
@@ -5,7 +5,7 @@ FROM node:20 AS builder
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Copy the package.json and package-lock.json first to leverage Docker's cache
|
# Copy the package.json and package-lock.json first to leverage Docker's cache
|
||||||
COPY package*.json ./
|
COPY ./src/Managing.WebApp/package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm ci --only=production
|
RUN npm ci --only=production
|
||||||
|
|||||||
Reference in New Issue
Block a user