Commit fdea6c67 by 蒋勇

d

parent b1c9cf23
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
FROM registry.cn-beijing.aliyuncs.com/hantang2/python36:100 FROM registry.cn-beijing.aliyuncs.com/hantang2/python36:100
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
RUN [ -d /apps ] && rm -rf /apps RUN [ -d /apps ] && rm -rf /apps
RUN pip install jinja2
ADD rpt_result /apps/rpt_result/ ADD rpt_result /apps/rpt_result/
WORKDIR /apps/rpt_result/ WORKDIR /apps/rpt_result/
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