Skip to content

Commit

Permalink
Fix Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ridenaio committed Nov 22, 2024
1 parent 863d6a1 commit 1d1a9e9
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 @@ -5,7 +5,7 @@ WORKDIR /usr/src/app

COPY package*.json ./

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

COPY . .

Expand Down

1 comment on commit 1d1a9e9

@Arminiys1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bn

Please sign in to comment.