From 5aa56c0883dde777ec07b1e603a2efab8e412dd5 Mon Sep 17 00:00:00 2001 From: Lauren Datz <105828115+ladatz@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:05:15 -0500 Subject: [PATCH] Add comment --- Dockerfile_integrated.amd64 | 2 +- Dockerfile_integrated.arm64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile_integrated.amd64 b/Dockerfile_integrated.amd64 index b4b0742..9b5142e 100644 --- a/Dockerfile_integrated.amd64 +++ b/Dockerfile_integrated.amd64 @@ -93,7 +93,7 @@ COPY --from=build /sdv/service /sdv/ # Copy the "integrated" config to the override config folder and rename it to what agemo expects COPY --from=build /sdv/config/pub_sub_service_settings.integrated.yaml /sdv/.agemo/config/pub_sub_service_settings.yaml -# Expose the port that the application listens on. +# Expose the port that the pub sub service listens on. EXPOSE 50051 # What the container should run when it is started. diff --git a/Dockerfile_integrated.arm64 b/Dockerfile_integrated.arm64 index 42dc4d1..f6af23c 100644 --- a/Dockerfile_integrated.arm64 +++ b/Dockerfile_integrated.arm64 @@ -96,7 +96,7 @@ COPY --from=build /sdv/service /sdv/ # Copy the "integrated" config to the override config folder and rename it to what agemo expects COPY --from=build /sdv/config/pub_sub_service_settings.integrated.yaml /sdv/.agemo/config/pub_sub_service_settings.yaml -# Expose the port that the application listens on. +# Expose the port that the pub sub service listens on. EXPOSE 50051 # What the container should run when it is started.