Commit 54273eb7 by 蒋勇

d

parent fe6ba808
#!/bin/bash
FROM python:3.6-alpine
FROM registry.cn-beijing.aliyuncs.com/hantang2/python36:v29
MAINTAINER jy "jiangyong@gongsibao.com"
RUN [ -d /apps ] && rm -rf /apps
ADD calc_result /apps/calc_result/
WORKDIR /apps/calc_result/
RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
......
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