1 Star 0 Fork 58

Trister / xnote

forked from xupingmao / xnote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
xupingmao 提交于 2021-01-05 00:56 . 完善卡片的概念
FROM python:3.7.2
COPY requirements.txt ./
RUN pip install --upgrade pip
# RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt
# set timezone
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
COPY . .
CMD ["python", "app.py", "--data", "/data", "--port", "5050"]
Python
1
https://gitee.com/Trister/xnote.git
git@gitee.com:Trister/xnote.git
Trister
xnote
xnote
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891