1 Star 0 Fork 21

Kaleidoscope / EverydayWechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
Louis 提交于 2019-12-12 18:45 . - Optimized docker build process
# 说明该镜像以哪个镜像为基础
FROM python:3.7-slim
RUN mkdir /app
WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY . /app
ENV MODE server
# 构建者的基本信息
MAINTAINER DoubleThunder <sfyc23@gmail.com>
ENTRYPOINT ["python", "run.py"]
Python
1
https://gitee.com/kaleidoZZZ/EverydayWechat.git
git@gitee.com:kaleidoZZZ/EverydayWechat.git
kaleidoZZZ
EverydayWechat
EverydayWechat
master

搜索帮助