chore: update Dockerfile to use npm run build instead of npm run build:docker

This commit is contained in:
Davidson Gomes 2025-06-23 16:00:01 -03:00
parent ee9ccb55ca
commit af713dee55

View File

@ -43,7 +43,7 @@ RUN echo "DOCKER_ENV=true" > .env && \
RUN ./Docker/scripts/generate_database.sh
# Build do projeto
RUN npm run build:docker
RUN npm run build
# Remove devDependencies para reduzir tamanho
RUN npm prune --production