Skip to content

Commit

Permalink
fix: Expose rpc server port
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jan 9, 2025
1 parent 517f813 commit cd51f7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ COPY --from=builderenv /app /app

RUN echo "" > /app/.env

EXPOSE 8085

# Please _DO NOT_ use a custom ENTRYPOINT because it may prevent signals
# (i.e. SIGTERM) to reach the service
# Read more here: https://aws.amazon.com/blogs/containers/graceful-shutdowns-with-ecs/
Expand Down

0 comments on commit cd51f7b

Please sign in to comment.