mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Set a default timezone to UTC for docker
This commit is contained in:
parent
6ec68a4163
commit
d4722d81f8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ENV NIGHTLY="" \
|
|||
ADMIN_PASSWORD="" \
|
||||
ALLOW_PUBLIC_PROJECT_CREATION="True" \
|
||||
ACTIVATE_ADMIN_DASHBOARD="False" \
|
||||
BABEL_DEFAULT_TIMEZONE=""
|
||||
BABEL_DEFAULT_TIMEZONE="UTC"
|
||||
|
||||
RUN apk update && apk add git gcc libc-dev libffi-dev openssl-dev wget &&\
|
||||
mkdir -p /etc/ihatemoney &&\
|
||||
|
|
Loading…
Reference in a new issue