Skip to content

Commit

Permalink
Add Timezone and locale
Browse files Browse the repository at this point in the history
  • Loading branch information
timia2109 committed Mar 20, 2024
1 parent 0529b99 commit a12ccc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0

WORKDIR /app

ENV TZ=Europe/Berlin
ENV LANG de_DE.UTF-8
ENV LANGUAGE ${LANG}
ENV LC_ALL ${LANG}
EXPOSE 5000

ENV ASPNETCORE_HTTP_PORTS 5000
Expand Down

0 comments on commit a12ccc7

Please sign in to comment.