Skip to content

Commit

Permalink
add the metrics port to expose in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Feb 2, 2024
1 parent c737d4c commit adefcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN set -eux \

FROM scratch

# declare our ports that we allow for interacting with xenos
EXPOSE 50051
# declare our ports that we allow for interacting with xenos (grpc, metrics)
EXPOSE 50051 9990

# copy the raw binary into the new container
COPY --from=builder "/usr/src/xenos/target/release/xenos" "/xenos"
Expand Down

0 comments on commit adefcf9

Please sign in to comment.