1 Star 0 Fork 337

奋斗的小亮 / fast-poster

forked from psoho / fast-poster 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
thomas 提交于 2021-06-13 17:18 . V1.3.1
FROM python:3.7-slim
LABEL maintainer="thomastangweixin@163.com"
LABEL version="1.3.1"
ADD app.py C.py dao.py poster.py R.py start.sh key.py requirements.txt /app/
COPY static/ /app/static/
COPY fonts/ /app/fonts/
EXPOSE 9001
VOLUME /app/static
WORKDIR /app
#RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
RUN pip install -r requirements.txt
ENV ACCESS_KEY="ApfrIzxCoK1DwNZO"
ENV SECRET_KEY="EJCwlrnv6QZ0PCdvrWGi"
ENV POSTER_URI_PREFIX="http://127.0.0.1:9001/"
#ENTRYPOINT ["/bin/bash", "start.sh"]
CMD ["/bin/bash", "start.sh"]
Python
1
https://gitee.com/zlhacker/fast-poster.git
git@gitee.com:zlhacker/fast-poster.git
zlhacker
fast-poster
fast-poster
master

搜索帮助