摘要: Dockerfile(生成容器的脚本文件) FROM centos/python-36-centos7 MAINTAINER sam USER root WORKDIR /home # 下载pip包 RUN pip install uwsgi -i http://mirrors.aliyun.com 阅读全文
posted @ 2021-03-04 01:56 pearlcity 阅读(144) 评论(0) 推荐(0) 编辑