Skip to content

Commit 3802b34

Browse files
committed
Force DOTNET_SYSTEM_GLOBALIZATION_INVARIANT to true
1 parent 88877ba commit 3802b34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ COPY --from=build /build/publish/publish /refresh/app
3333

3434
RUN chown -R refresh:refresh /refresh
3535

36+
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
37+
3638
ENTRYPOINT ["su-exec", "refresh:refresh", "/refresh/app/RefreshDiscordBot"]

0 commit comments

Comments
 (0)