update
This commit is contained in:
parent
4a9ed156b6
commit
8436a79841
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user