Skip to content

Commit

Permalink
use --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 4, 2024
1 parent ff0418a commit 06a9990
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 @@ -13,7 +13,7 @@ COPY package.json /usr/src/app/package.json

WORKDIR /usr/src/app

RUN npm install && \
RUN npm install --legacy-peer-deps && \
npm install -g @vue/cli

COPY . /usr/src/app
Expand Down

0 comments on commit 06a9990

Please sign in to comment.