2 Star 11 Fork 2

Gitee 极速下载/Wiseflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/TeamWiseFlow/wiseflow
克隆/下载
Dockerfile 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
bigbrother666 提交于 2024-06-20 15:01 . add scripts
FROM python:3.10-slim
RUN apt-get update && \
apt-get install -yq tzdata build-essential unzip && \
apt-get clean
WORKDIR /app
COPY core/requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY core .
# download and unzip PocketBase
ADD https://github.com/pocketbase/pocketbase/releases/download/v0.22.13/pocketbase_0.22.13_linux_amd64.zip /tmp/pb.zip
# for arm device
# ADD https://github.com/pocketbase/pocketbase/releases/download/v0.22.13/pocketbase_0.22.13_linux_arm64.zip /tmp/pb.zip
RUN unzip /tmp/pb.zip -d /app/pb/
EXPOSE 8090
EXPOSE 8077
CMD tail -f /dev/null
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/Wiseflow.git
git@gitee.com:mirrors/Wiseflow.git
mirrors
Wiseflow
Wiseflow
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385