We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe93353 commit cd09ed1Copy full SHA for cd09ed1
Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /evolution
11
12
COPY ./package.json ./tsconfig.json ./
13
14
-RUN npm install
+RUN npm install --force --legacy-peer-deps
15
16
COPY ./src ./src
17
COPY ./public ./public
0 commit comments