Skip to content

Commit eb5aff4

Browse files
committed
legacy-peer
1 parent 177cc00 commit eb5aff4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ ENV NODE_ENV=$NODE_ENV \
4747
COPY package.json ./
4848
COPY package-lock.json ./
4949

50+
# CACHE CLEANING
51+
RUN npm cache clean--force
52+
5053
# INSTALLING DEPENDENCIES
51-
RUN npm install
54+
RUN npm install --legacy-peer-deps
5255

5356
# COPING REST ESSENTIALS OF THIS APP
5457
COPY . .

0 commit comments

Comments
 (0)