Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Adds DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE env on APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cordeiro committed Nov 22, 2023
1 parent 387913a commit 62a802a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Wasari.Daemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false
ENV ASPNETCORE_URLS=http://+:80
ENTRYPOINT ["dotnet", "Wasari.Daemon.dll"]
1 change: 1 addition & 0 deletions Wasari.Tvdb.Api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false
ENV ASPNETCORE_URLS=http://+:80
ENTRYPOINT ["dotnet", "Wasari.Tvdb.Api.dll"]

0 comments on commit 62a802a

Please sign in to comment.