Commit 5995e853 by 蒋勇

d

parent a15fc7c2
...@@ -3,6 +3,7 @@ FROM registry.cn-beijing.aliyuncs.com/hantang2/python36:100 ...@@ -3,6 +3,7 @@ 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 RUN pip install jinja2
RUN pip install pymysql
ADD entprofile /apps/entprofile/ ADD entprofile /apps/entprofile/
WORKDIR /apps/entprofile/ WORKDIR /apps/entprofile/
CMD ["python","/apps/entprofile/main.py"] CMD ["python","/apps/entprofile/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