chore: voltar porta do dockerfile

This commit is contained in:
William Dumes 2025-07-28 11:19:07 -03:00
parent 69726f0dc2
commit a62f9ebe46

View File

@ -55,6 +55,6 @@ COPY --from=builder /evolution/tsup.config.ts ./tsup.config.ts
ENV DOCKER_ENV=true
EXPOSE 9000
EXPOSE 8080
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]