Skip to content

Commit

Permalink
[cart] - disable reload config (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck authored Dec 22, 2023
1 parent 23ced56 commit e45faec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ release.

## Unreleased

* [cartservice] disable config reload
([#1312](https://github.com/open-telemetry/opentelemetry-demo/pull/1312))

## 1.7.0

* update PHP quoteservice to use 1.0.0
Expand Down
2 changes: 2 additions & 0 deletions src/cartservice/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:8.0.0-alpine3.18
WORKDIR /usr/src/app/
COPY --from=builder /cartservice/ ./

ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false

EXPOSE ${CART_SERVICE_PORT}
ENTRYPOINT [ "./cartservice" ]

0 comments on commit e45faec

Please sign in to comment.