Skip to content

Commit

Permalink
chore: change trainer expose port from 8002 to 9090 in Dockerfile (#2569
Browse files Browse the repository at this point in the history
)

Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Jul 25, 2023
1 parent 778b90c commit 3e6a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/trainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ RUN echo "hosts: files dns" > /etc/nsswitch.conf
COPY --from=builder /opt/dragonfly/bin/trainer /opt/dragonfly/bin/trainer
COPY --from=health /bin/grpc_health_probe /bin/grpc_health_probe

EXPOSE 8002
EXPOSE 9090

ENTRYPOINT ["/opt/dragonfly/bin/trainer"]

0 comments on commit 3e6a5fc

Please sign in to comment.