Skip to content

Commit fdbfbc8

Browse files
authored
chore(Docker): update ENV lang variable (#6181)
1 parent a6e1b04 commit fdbfbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM build AS publish
1414
RUN dotnet publish -c Release -o /app
1515

1616
FROM base AS final
17-
ENV LANG zh_CN.utf8
17+
ENV LANG=zh_CN.utf8
1818
WORKDIR /app
1919
COPY --from=publish /app .
2020
ENTRYPOINT ["dotnet", "BootstrapBlazor.Server.dll"]

0 commit comments

Comments
 (0)