Skip to content

Commit dbee046

Browse files
committed
fix: ci
1 parent 9e79f32 commit dbee046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 --legacy-peer-deps
1515

1616
RUN npm install dotenv-cli -g
1717

0 commit comments

Comments
 (0)