From 7a5ea73de20077451652bd1550efab071b2c903d Mon Sep 17 00:00:00 2001 From: 羽先生 <8655163+VergilGao@users.noreply.github.com> Date: Sun, 29 May 2022 21:35:09 +0800 Subject: add default timezone env parameter --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-entrypoint.sh') diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 9cc00d1..f6347a2 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -16,4 +16,4 @@ mkdir -p ${DOWNLOAD_DIR} ${STATE_DIR} chown -R ${UID}:${GID} /app ${DOWNLOAD_DIR} ${STATE_DIR} -gosu ${USER} python3 app/main.py \ No newline at end of file +gosu ${USER} python3 app/main.py -- cgit