mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +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:
parent
77ba1a2f35
commit
69465807c5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user