Commit e596f6e2 by 蒋勇

d

parent 56f7d262
...@@ -3,7 +3,7 @@ FROM python:3.6-alpine ...@@ -3,7 +3,7 @@ FROM python:3.6-alpine
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
ADD calc_result /apps/calc_result/ ADD calc_result /apps/calc_result/
WORKDIR /apps/calc_result/ WORKDIR /apps/calc_result/
RUN pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
CMD ["python","/apps/calc_result/main.py"] CMD ["python","/apps/calc_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