Use npm ci for dependency installation
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
|
||||
# Copy entire project
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user