2
This commit is contained in:
parent
e0160b6589
commit
53156a4d63
@ -1,7 +1,7 @@
|
|||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
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
|
RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector numpy requests schedule TA_Lib
|
||||||
WORKDIR /opt/
|
WORKDIR /opt/
|
||||||
COPY ["./", "/opt/"]
|
COPY ["./", "/opt/"]
|
||||||
CMD python3 -u main.py
|
CMD python3 -u main.py
|
||||||
Loading…
Reference in New Issue
Block a user