We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee5a3a commit 94182e4Copy full SHA for 94182e4
examples/net8.0/aspnetcore/Dockerfile
@@ -16,5 +16,7 @@ WORKDIR /app
16
EXPOSE 8080
17
USER $APP_UID
18
19
+ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
20
+
21
COPY --from=build /app .
22
ENTRYPOINT ["dotnet", "aspnetcore.dll"]
0 commit comments