Skip to content

Commit

Permalink
Ignore dependency version mismatch on npm 7
Browse files Browse the repository at this point in the history
Related to linagora#533
  • Loading branch information
alagane committed Mar 17, 2022
1 parent 189e08b commit f254626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /app

COPY package.json /app/

RUN npm install -g [email protected]
RUN npm install -g [email protected] --legacy-peer-deps

RUN npm install

Expand Down

0 comments on commit f254626

Please sign in to comment.