build: add debug build docker script for local test (#463)

This commit is contained in:
wuxingzhong
2025-08-01 14:48:14 +08:00
committed by GitHub
parent a0dd294a6f
commit 00f2352627
2 changed files with 14 additions and 0 deletions

View File

@@ -505,6 +505,13 @@ services:
- coze-network
restart: 'no'
coze-server:
build:
context: ../
dockerfile: backend/Dockerfile
image: opencoze/opencoze:latest
profiles: ['build-server']
networks:
coze-network:
driver: bridge