update
This commit is contained in:
@@ -5,7 +5,7 @@ FROM node:20 AS builder
|
||||
WORKDIR /app
|
||||
|
||||
# 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
|
||||
RUN npm ci --only=production
|
||||
|
||||
Reference in New Issue
Block a user