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 6101c8d commit 69726f0Copy full SHA for 69726f0
Dockerfile
@@ -55,6 +55,6 @@ COPY --from=builder /evolution/tsup.config.ts ./tsup.config.ts
55
56
ENV DOCKER_ENV=true
57
58
-EXPOSE 8080
+EXPOSE 9000
59
60
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
0 commit comments