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
commit b2e6ad0147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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