1 Star 0 Fork 59

Lyong/picbed

forked from staugur/sapic 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
staugur 提交于 2020-06-03 18:09 . :art:1.5.1 fix something
FROM python:3.6.10-alpine3.11
LABEL maintainer=staugur@saintic.com
ARG ALPINEMIRROR=mirrors.tuna.tsinghua.edu.cn
ARG PIPMIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
RUN mkdir /picbed/
WORKDIR /picbed
COPY requirements /picbed/requirements
RUN sed -i "s/dl-cdn.alpinelinux.org/$ALPINEMIRROR/g" /etc/apk/repositories && \
apk add --no-cache gcc musl-dev libffi-dev make && \
pip install --timeout 30 --index $PIPMIRROR -r requirements/all.txt
COPY src /picbed
ENTRYPOINT ["sh", "online_gunicorn.sh", "run"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Lyong2020/picbed.git
git@gitee.com:Lyong2020/picbed.git
Lyong2020
picbed
picbed
master

搜索帮助