python3.7 timezone fix

This commit is contained in:
pycook
2019-11-13 13:56:44 +08:00
parent a3a12b8664
commit 6296dc1feb
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ services:
environment:
TZ: Asia/Shanghai
command:
- /bin/bash
- /bin/sh
- -c
- |
gunicorn --workers=3 autoapp:app -b 0.0.0.0:5000 -D