Skip to content

Commit eedf9d4

Browse files
committed
chore: update Dockerfile
1 parent 118feba commit eedf9d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WORKDIR /app
1515
COPY /patches ./patches
1616
COPY package*.json ./
1717
RUN npm pkg delete scripts.prepare
18-
RUN npm ci
18+
RUN npm ci --force
1919

2020
# Build step
2121
FROM base AS builder

0 commit comments

Comments
 (0)