update:优化分析模式

This commit is contained in:
lan
2023-03-01 01:09:47 +08:00
parent 24200a53a2
commit 2eafca2f0c
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