chore(gtm): Optimize Docker container with multi-stage build and flat structure

This commit is contained in:
2025-12-31 12:58:54 +00:00
parent 682b736e01
commit f6651bacfc
3 changed files with 69 additions and 22 deletions

View File

@@ -98,7 +98,7 @@ services:
- ./gtm_architect_orchestrator.py:/app/gtm_architect_orchestrator.py
- ./market_db_manager.py:/app/market_db_manager.py
# Sideloading: Server Logic
- ./gtm-architect/server.cjs:/app/gtm-architect/server.cjs
- ./gtm-architect/server.cjs:/app/server.cjs
# Database Persistence
- ./gtm_projects.db:/app/gtm_projects.db
# Keys