Skip to content

Commit 94182e4

Browse files
Disable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT
Disable invariance to fix errors from SQL.(?).
1 parent 0ee5a3a commit 94182e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/net8.0/aspnetcore/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ WORKDIR /app
1616
EXPOSE 8080
1717
USER $APP_UID
1818

19+
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
20+
1921
COPY --from=build /app .
2022
ENTRYPOINT ["dotnet", "aspnetcore.dll"]

0 commit comments

Comments
 (0)