mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
fixed wrong timezone because of missing tzdata package
- Now the timezone can be set as expected using TZ env variable
This commit is contained in:
@ -7,3 +7,5 @@ ENV DB_TYPE=postgresql \
|
||||
DB_NAME=dbname \
|
||||
DB_USER=dbuser \
|
||||
DB_PASS=dbpass
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
|
Reference in New Issue
Block a user