Commit eda1c933 by 蒋勇

d

parent ef9d73d3
...@@ -4,6 +4,7 @@ MAINTAINER jy "jiangyong@gongsibao.com" ...@@ -4,6 +4,7 @@ MAINTAINER jy "jiangyong@gongsibao.com"
ADD rpt_result /apps/rpt_result/ ADD rpt_result /apps/rpt_result/
WORKDIR /apps/rpt_result/ WORKDIR /apps/rpt_result/
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN pip install -U flask-cors
CMD ["python","/apps/rpt_result/main.py"] CMD ["python","/apps/rpt_result/main.py"]
......
flask
redis
\ No newline at end of file
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