npm install -> ci
Browse files- Dockerfile +1 -1
- 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
|
| 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
|
|
|