Commit 2905990f by 蒋勇

d

parent 5046e93b
...@@ -6,8 +6,7 @@ WORKDIR /apps/rpt_result/ ...@@ -6,8 +6,7 @@ WORKDIR /apps/rpt_result/
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN pip install -U flask-cors RUN pip install -U flask-cors
RUN pip install pyecharts -U RUN pip install pyecharts -U
RUN git clone https://github.com/pyecharts/snapshot-selenium.git RUN pip install snapshot-selenium
RUN cd snapshot-selenium && python setup.py install
CMD ["python","/apps/rpt_result/main.py"] CMD ["python","/apps/rpt_result/main.py"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment