Skip to content

Ragflow independently compiles the web using Docker

Notifications You must be signed in to change notification settings

jianghua/ragflow_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Ragflow independently compiles the web using Docker.

Ragflow 使用 Docker 独立编译 Web 应用

ragflow地址 https://github.com/infiniflow/ragflow

把项目中的文件拷贝到ragflow中

copy all files in this project to ragflow dir

cd ragflow dir

构建镜像

docker build -f DockerfileWeb -t ragflow_web .

关闭当前服务

docker stop ragflow_web

删除旧的实例

docker rm ragflow_web

运行 Docker 容器

映射到本机81端口

docker run -d -it --name ragflow_web -p 81:80 ragflow_web

查看容器运行情况

docker ps

进入容器

docker exec -it ragflow_web /bin/sh

记得修改docker/nginx/web.conf中的端口为ragflow中原先的web运行端口,api等接口还是从原先的web走 proxy_pass http://127.0.0.1:9380;

About

Ragflow independently compiles the web using Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published