3 Star 29 Fork 0

Mix Technology/HibiAPI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mix 提交于 2022-10-27 20:55 . :rocket:更新Dockerfile以支持新的启动命令
FROM python:bullseye
EXPOSE 8080
ENV PORT=8080 \
PROCS=1 \
GENERAL_SERVER_HOST=0.0.0.0
COPY . /hibi
WORKDIR /hibi
RUN pip install .
CMD hibiapi run --port $PORT --workers $PROCS
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
CMD httpx --verbose --follow-redirects http://127.0.0.1:${PORT}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mixmoe/HibiAPI.git
[email protected]:mixmoe/HibiAPI.git
mixmoe
HibiAPI
HibiAPI
main

搜索帮助