Use npm ci for dependency installation

This commit is contained in:
2025-04-04 22:40:27 +02:00
parent abcdc926ba
commit f5dc50a488

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
# Install dependencies
RUN npm install
RUN npm ci
# Copy entire project
COPY . .