Skip to content

Commit

Permalink
Add --legacy-peer-deps to docker build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdowney committed Jan 31, 2025
1 parent 2daf77f commit f6bcbfc
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 f6bcbfc

Please sign in to comment.