Merge pull request #402 from totti4ever/pr-timezone

(Docker) fixed wrong timezone because of missing tzdata package
This commit is contained in:
eikek
2020-10-28 08:19:10 +01:00
committed by GitHub

View File

@ -7,3 +7,5 @@ ENV DB_TYPE=postgresql \
DB_NAME=dbname \
DB_USER=dbuser \
DB_PASS=dbpass
RUN apk add --no-cache tzdata