Commit 0bbf4a28 by v_vjyjiang

d

parent f81759dc
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
FROM registry.cn-beijing.aliyuncs.com/hantang2/python36:entv1 FROM registry.cn-beijing.aliyuncs.com/hantang2/python36:entv1
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
RUN [ -d /apps ] && rm -rf /apps RUN [ -d /apps ] && rm -rf /apps
ADD entprofile /apps/entprofile/ ADD bank_receipt_ocr /apps/bank_receipt_ocr/
WORKDIR /apps/entprofile/ WORKDIR /apps/bank_receipt_ocr/
CMD ["python","/apps/entprofile/main.py"] CMD ["python","/apps/bank_receipt_ocr/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