feat: 知识库openapi

This commit is contained in:
archer
2023-04-12 21:54:57 +08:00
parent e903eb5b94
commit c31d247f07
2 changed files with 23 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ run: ## Run a dev service from host.
.PHONY: docker-build
docker-build: ## Build docker image with the desktop-frontend.
docker build -t c121914yu/fast-gpt:latest .
docker build -t c121914yu/fast-gpt:latest . --network host --build-arg HTTP_PROXY=http://127.0.0.1:7890 --build-arg HTTPS_PROXY=http://127.0.0.1:7890
##@ Deployment