diff --git a/Dockerfile b/Dockerfile index 4922e240..4894c672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ WORKDIR /usr/src/app/ COPY . ./ # Fetch dependencies from npm -RUN npm ci +RUN npm ci --legacy-peer-deps # Build assets RUN npm run build