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 #533
  • Loading branch information
alagane committed Mar 17, 2022
1 parent 189e08b commit 70fb11d
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 @@ -14,7 +14,7 @@ COPY package.json /app/

RUN npm install -g [email protected]

RUN npm install
RUN npm install --legacy-peer-deps

COPY . .

Expand Down

0 comments on commit 70fb11d

Please sign in to comment.