Skip to content

Commit 707b619

Browse files
authored
Dockerfile
1 parent 3960624 commit 707b619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /evolution
1111

1212
COPY ./package.json ./tsconfig.json ./
1313

14-
RUN npm install
14+
RUN npm install --legacy-peer-deps
1515

1616
COPY ./src ./src
1717
COPY ./public ./public
@@ -55,4 +55,4 @@ ENV DOCKER_ENV=true
5555

5656
EXPOSE 8080
5757

58-
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
58+
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]

0 commit comments

Comments
 (0)