From 53156a4d63788278a8868ace116dd626d336949d Mon Sep 17 00:00:00 2001 From: aazhou Date: Thu, 8 Jun 2023 16:18:16 +0800 Subject: [PATCH] 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 78c6a69..ce8a581 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.8-slim ENV PYTHONIOENCODING=utf-8 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/ COPY ["./", "/opt/"] CMD python3 -u main.py \ No newline at end of file