Skip to content

Commit

Permalink
Merge pull request #6 from SwimResults/develop
Browse files Browse the repository at this point in the history
set timezone in Dockerfile
  • Loading branch information
konrad2002 authored Dec 8, 2023
2 parents 3864e80 + 81437e9 commit ea17b71
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 ea17b71

Please sign in to comment.