aboutsummaryrefslogtreecommitdiff
path: root/conf/entrypoint.sh
diff options
context:
space:
mode:
authorNorman <nkoester@users.noreply.github.com>2021-02-04 23:31:45 +0100
committerGitHub <noreply@github.com>2021-02-04 23:31:45 +0100
commit99cdfa5a80dfc98d0035f368c5a95ae8670f43b9 (patch)
treeff1c641b58612d3d97f97d48723d50edae3f62ea /conf/entrypoint.sh
parentcb0b9d58bc069429fa40e71f8b672fdf73f86191 (diff)
downloadihatemoney-mirror-99cdfa5a80dfc98d0035f368c5a95ae8670f43b9.zip
ihatemoney-mirror-99cdfa5a80dfc98d0035f368c5a95ae8670f43b9.tar.gz
ihatemoney-mirror-99cdfa5a80dfc98d0035f368c5a95ae8670f43b9.tar.bz2
Add BABEL_DEFAULT_TIMEZONE to docker entryfile.sh (#714)
* Set a default timezone to UTC for docker
Diffstat (limited to 'conf/entrypoint.sh')
-rwxr-xr-xconf/entrypoint.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/entrypoint.sh b/conf/entrypoint.sh
index 0d5a7a3..c1b7019 100755
--- a/conf/entrypoint.sh
+++ b/conf/entrypoint.sh
@@ -20,6 +20,7 @@ ACTIVATE_DEMO_PROJECT = $ACTIVATE_DEMO_PROJECT
ADMIN_PASSWORD = '$ADMIN_PASSWORD'
ALLOW_PUBLIC_PROJECT_CREATION = $ALLOW_PUBLIC_PROJECT_CREATION
ACTIVATE_ADMIN_DASHBOARD = $ACTIVATE_ADMIN_DASHBOARD
+BABEL_DEFAULT_TIMEZONE = "$BABEL_DEFAULT_TIMEZONE"
EOF
if [ "$NIGHTLY" == "True" -o "$NIGHTLY" == "true" ]; then