Skip to content

Commit cd09ed1

Browse files
committed
force npm install
1 parent fe93353 commit cd09ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /evolution
1111

1212
COPY ./package.json ./tsconfig.json ./
1313

14-
RUN npm install
14+
RUN npm install --force --legacy-peer-deps
1515

1616
COPY ./src ./src
1717
COPY ./public ./public

0 commit comments

Comments
 (0)