From 4326449b5d3b4b84b98e0e38f69d5f89d7e3218f Mon Sep 17 00:00:00 2001 From: birizinit <112406829+birizinit@users.noreply.github.com> Date: Thu, 10 Jul 2025 00:54:32 -0300 Subject: [PATCH] Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc535aa2..1dcafc9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ WORKDIR /evolution COPY ./package.json ./tsconfig.json ./ -RUN npm install +RUN npm install --legacy-peer-deps + COPY ./src ./src COPY ./public ./public @@ -55,4 +56,4 @@ ENV DOCKER_ENV=true EXPOSE 8080 -ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ] \ No newline at end of file +ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]