Skip to content

Commit

Permalink
Merge pull request #1312 from podverse/develop
Browse files Browse the repository at this point in the history
Add --legacy-peer-deps to docker build steps
  • Loading branch information
mitchdowney authored Jan 31, 2025
2 parents 36d6f88 + f6bcbfc commit 15344a9
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
@@ -1,5 +1,5 @@
FROM node:20
WORKDIR /tmp
COPY . .
RUN npm install
RUN npm install --legacy-peer-deps
RUN npm run build

0 comments on commit 15344a9

Please sign in to comment.