Skip to content

Commit 3d99386

Browse files
Merge pull request #872 from bcgov/dockerfile-fix
updated node version and added force to npm install
2 parents ac0ddda + 0a3aa80 commit 3d99386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:18.16.0 as builder-app
1+
FROM node:18.19.0 as builder-app
22

33
ARG generate_sourcemap=false
44
WORKDIR /app
55

66
COPY package.json package-lock.json ./
7-
RUN npm install
7+
RUN npm install --force
88

99
COPY . .
1010

0 commit comments

Comments
 (0)