From 4f494f1e0cb09c07b2933e223fdd32665c3fff0d Mon Sep 17 00:00:00 2001 From: Shigbeard <4262327+Shigbeard@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:17:27 +1000 Subject: [PATCH] hotfix: build with --legacy-peer-deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7baf4b..41a51cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .