update:优化分析模式

This commit is contained in:
lan
2023-03-01 01:09:47 +08:00
parent db6064330e
commit 80ec07c605
5 changed files with 183 additions and 128 deletions
+2
View File
@@ -5,6 +5,8 @@ LABEL version="6"
COPY . /app
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo 'Asia/Shanghai' >/etc/timezone
WORKDIR /app
RUN pip install -r requirements.txt
EXPOSE 12345