diff --git a/docker/dockerfile b/docker/Dockerfile similarity index 79% rename from docker/dockerfile rename to docker/Dockerfile index 7e130ef..6e2e99f 100644 --- a/docker/dockerfile +++ b/docker/Dockerfile @@ -7,6 +7,10 @@ RUN rm /etc/nginx/conf.d/default.conf # 将自定义的 Nginx 配置文件复制到容器中 COPY nginx.conf /etc/nginx/conf.d/ +# 设置时区,构建镜像时执行的命令 +RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime +RUN echo "Asia/Shanghai" > /etc/timezone + # 创建一个目录来存放前端项目文件 WORKDIR /usr/share/nginx/html diff --git a/public/verify.json b/public/verify.json index 94d2489..f78dfed 100644 --- a/public/verify.json +++ b/public/verify.json @@ -1 +1 @@ -{"version":1721287216728} \ No newline at end of file +{"version":1721356495180} \ No newline at end of file