Skip to content

Commit

Permalink
hotfix: build with --legacy-peer-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shigbeard committed Aug 5, 2024
1 parent 9be68fd commit 4f494f1
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 @@ -12,7 +12,7 @@ WORKDIR /app
COPY package*.json .

# Install the dependencies
RUN npm install
RUN npm install --legacy-peer-deps

# Copy the rest of the files
COPY . .
Expand Down

0 comments on commit 4f494f1

Please sign in to comment.