ソースを参照

amended time zone

chenhaiyang 4 年 前
コミット
1d8eaa1be1
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -12,4 +12,6 @@ COPY .env /app/.env
 
 COPY ./app /app/app
 
+ENV TZ=Asia/Shanghai
+
 CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]