Skip to content

Commit

Permalink
set timezone in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad2002 committed Dec 8, 2023
1 parent df2fd72 commit 81437e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN mkdir /app/logs

ENV SR_ATHLETE_PORT=8080

RUN apk add tzdata
RUN ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime

EXPOSE 8080

ENTRYPOINT [ "./service" ]

0 comments on commit 81437e9

Please sign in to comment.