diff --git a/Dockerfile b/Dockerfile index 18e76be..e65bd8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ # 应用启动 FROM python:3.8.6-slim +RUN echo "Asia/Shanghai" > /etc/timezone + COPY --from=build /install /usr/local COPY . /app