1 Star 0 Fork 68

0OoSEAoO0/xnote

forked from xupingmao/xnote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 392 Bytes
一键复制 编辑 原始数据 按行查看 历史
xupingmao 提交于 2023-02-25 22:42 . Update Dockerfile
FROM python:3.7.2
COPY config/requirements.txt ./
RUN pip install --upgrade pip
# install required packages
RUN pip install -r requirements.txt -i https://pypi.douban.com/simple
# set timezone
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
COPY . .
CMD ["python", "sentinel.py", "app.py", "--config", "config/boot/boot.sae.properties"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/imsea/xnote.git
git@gitee.com:imsea/xnote.git
imsea
xnote
xnote
master

搜索帮助