feat(docker): 安装 tzdata 并设置 TZ=Asia/Shanghai 以让 Node.js 使用上海时区
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
services:
|
||||
backend:
|
||||
build: ./backend
|
||||
build:
|
||||
context: ./backend
|
||||
args:
|
||||
HTTP_PROXY: "http://127.0.0.1:7899"
|
||||
HTTPS_PROXY: "http://127.0.0.1:7899"
|
||||
container_name: email-backend
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user