This commit is contained in:
alirehmani
2024-05-06 17:46:10 +05:00
parent 43459be8c5
commit 3c8f81b535

View File

@@ -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