Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz committed Mar 5, 2024
1 parent 333970c commit 5aa56c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_integrated.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_integrated.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5aa56c0

Please sign in to comment.