use npm install instead ci
This commit is contained in:
parent
5bfb3d47e4
commit
d8236e82b9
1 changed files with 2 additions and 3 deletions
|
|
@ -22,8 +22,7 @@ FROM base-node AS build-main
|
||||||
# Copy package files
|
# Copy package files
|
||||||
COPY website/package.json website/package-lock.json* ./
|
COPY website/package.json website/package-lock.json* ./
|
||||||
|
|
||||||
# Install dependencies
|
RUN npm install
|
||||||
RUN npm ci --include=dev
|
|
||||||
|
|
||||||
# Copy source files
|
# Copy source files
|
||||||
COPY website/. ./
|
COPY website/. ./
|
||||||
|
|
|
||||||
Reference in a new issue