We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69726f0 commit a62f9ebCopy full SHA for a62f9eb
Dockerfile
@@ -55,6 +55,6 @@ COPY --from=builder /evolution/tsup.config.ts ./tsup.config.ts
55
56
ENV DOCKER_ENV=true
57
58
-EXPOSE 9000
+EXPOSE 8080
59
60
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
0 commit comments