This commit is contained in:
aazhou 2023-06-08 16:29:07 +08:00
parent 53156a4d63
commit 8e7be88762

View File

@ -1,6 +1,7 @@
FROM python:3.8-slim
ENV PYTHONIOENCODING=utf-8
ENV TIME_ZONE Asia/Shanghai
RUN pip3 install --upgrade pip3 setuptools wheel
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector numpy requests schedule TA_Lib
WORKDIR /opt/
COPY ["./", "/opt/"]