feat: 路由优化

This commit is contained in:
tbphp
2025-07-01 00:13:01 +08:00
parent b9a833ceab
commit d5ebbf10f5
12 changed files with 206 additions and 142 deletions

View File

@@ -33,7 +33,7 @@ RUN go mod download
COPY . .
# Copy the built frontend from the previous stage
COPY --from=frontend-builder /app/web/dist ./web/dist
COPY --from=frontend-builder /app/web/dist ./cmd/gpt-load/dist
# Build the Go application
# We use CGO_ENABLED=0 to create a static binary