优化首页报表
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
FROM node:22-alpine
|
||||
|
||||
# 统一时区为东八区
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN apk add --no-cache tzdata && \
|
||||
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
||||
echo "Asia/Shanghai" > /etc/timezone
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Create logs directory
|
||||
|
||||
Reference in New Issue
Block a user