Skip to content

Commit 9550fbe

Browse files
fix: this commit introduces DOTNET_RUNNING_IN_CONTAINER environment variable to Dockerfile
1 parent 4cd45c8 commit 9550fbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ WORKDIR /artifacts
3131

3232
ENV ASPNETCORE_URLS=http://+:8080
3333
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
34+
ENV DOTNET_RUNNING_IN_CONTAINER=true
3435

3536
# copy published files from the build stage
3637
COPY --from=build /artifacts/publish .

0 commit comments

Comments
 (0)