Commit de24e8b4 by 蒋勇

d

parent c145c8bf
......@@ -3,6 +3,7 @@ FROM python:3.4-alpine
MAINTAINER jy "jiangyong@gongsibao.com"
ADD rpt_result /apps/rpt_result/
WORKDIR /apps/rpt_result/
RUN apk add gcc
RUN pip install -r requirements.txt
RUN pip install -U flask-cors
RUN pip install pyecharts -U
......
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