msyql 容器化, aichatservice 容器化

This commit is contained in:
1iaan
2026-04-05 17:49:10 +08:00
parent 9d7c416737
commit f433490e0d
9 changed files with 133 additions and 208 deletions

View File

@@ -36,6 +36,10 @@ docker run -d --name chatgpt-web-backend \
# ai-chat-backend
docker build -t ai-chat-backend:1.0.0 .
# ai-chat-service
GOCACHE=/tmp/ai-chat-service-gocache go build -o ai-chat-service-bin ./chat-server
docker build -t ai-chat-service:1.0.0 .
# chatgpt-web-frontend
HUSKY=0 pnpm bootstrap
pnpm dev