We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e79f32 commit dbee046Copy full SHA for dbee046
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /evolution
11
12
COPY ./package.json ./tsconfig.json ./
13
14
-RUN npm install
+RUN npm install --legacy-peer-deps
15
16
RUN npm install dotenv-cli -g
17
0 commit comments