3 Star 0 Fork 1

coshpr/yinlian-deploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
HuangZheng 提交于 2022-06-30 11:00 . ci: add docker file
FROM python:3.9
WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
RUN pip install uwsgi -i https://pypi.tuna.tsinghua.edu.cn/simple/
ENV OPENSSL_CONF=/etc/ssl/
RUN wget -O phantomjs.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 \
&& tar -xvf phantomjs.tar.bz2 \
&& mv phantomjs-2.1.1-linux-x86_64 phantomjs \
&& rm phantomjs.tar.bz2 \
&& cp phantomjs/bin/phantomjs /usr/local/bin/phantomjs \
&& rm -rf phantomjs
COPY ./src ./
VOLUME ["./summarize/output", "./summarize/temp"]
CMD [ "uwsgi", "uwsgi.ini" ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coshpr/yinlian-deploy.git
git@gitee.com:coshpr/yinlian-deploy.git
coshpr
yinlian-deploy
yinlian-deploy
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385