© 1999-2048 dssz.net 粤ICP备11031372号
[其它] DZ5.Docker-源码
说明:DZ5的Docker Docker文件 FROM ubuntu:18.04 RUN apt-get update -y && \ apt-get install -y python-pip python-dev COPY ./requirements.txt /app/requirements.txt WORKDIR /app RUN pip install -r requirements.txt COPY . /app ENTRYPOINT [ " python " ] CMD [<weixin_42122881> 上传 | 大小:45kb