Skip to content

Commit

Permalink
set default TZ to UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov committed Dec 2, 2023
1 parent 1024371 commit d2dd470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ FROM alpine:3.18 as runtime

RUN apk add --no-cache tzdata

ENV TZ=UTC

WORKDIR /app

COPY --from=build /app/dist/icloudpd_ex .
Expand Down

0 comments on commit d2dd470

Please sign in to comment.