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 a6e1b04 commit a469a23Copy full SHA for a469a23
src/BootstrapBlazor.Server/Dockerfile
@@ -14,7 +14,7 @@ FROM build AS publish
14
RUN dotnet publish -c Release -o /app
15
16
FROM base AS final
17
-ENV LANG zh_CN.utf8
+ENV LANG=zh_CN.utf8
18
WORKDIR /app
19
COPY --from=publish /app .
20
ENTRYPOINT ["dotnet", "BootstrapBlazor.Server.dll"]
0 commit comments