mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-08-05 02:24:52 +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_NAME=dbname \
|
||||||
DB_USER=dbuser \
|
DB_USER=dbuser \
|
||||||
DB_PASS=dbpass
|
DB_PASS=dbpass
|
||||||
|
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
|
Reference in New Issue
Block a user