3 Star 0 Fork 0

mirrors_Ceph/githelper

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM docker.io/library/python:alpine
ENV REPOBASE="/git"
RUN \
apk add --no-cache bash git tini && \
mkdir -p /opt/githelper /git
COPY . /opt/githelper
RUN \
cd /opt/githelper && \
python3 -m venv venv && \
source ./venv/bin/activate && \
pip3 install -e . && \
pip3 install gunicorn
EXPOSE 8080
ENTRYPOINT /opt/githelper/entrypoint.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_Ceph/githelper.git
git@gitee.com:mirrors_Ceph/githelper.git
mirrors_Ceph
githelper
githelper
main

搜索帮助