This commit is contained in:
aazhou 2023-06-25 16:31:31 +08:00
parent 4a9ed156b6
commit 8436a79841

View File

@ -2,8 +2,10 @@ FROM dockerproxy.com/veejar/python-ta-lib
ENV PYTHONIOENCODING=utf-8 ENV PYTHONIOENCODING=utf-8
ENV TIME_ZONE Asia/Shanghai ENV TIME_ZONE Asia/Shanghai
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt
WORKDIR /opt/ WORKDIR /opt/
COPY ["./", "/opt/"] COPY ["./", "/opt/"]
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt
CMD python3 -u main.py CMD python3 -u main.py