armand0e commited on
Commit
71a2547
·
1 Parent(s): 72696c0

npm install -> ci

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. package-lock.json +0 -0
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
 
8
  # Copy package files
9
  COPY package.json package-lock.json* ./
10
- RUN npm install
11
 
12
  # Rebuild the source code only when needed
13
  FROM base AS builder
 
7
 
8
  # Copy package files
9
  COPY package.json package-lock.json* ./
10
+ RUN npm ci
11
 
12
  # Rebuild the source code only when needed
13
  FROM base AS builder
package-lock.json ADDED
The diff for this file is too large to render. See raw diff