[30388f42] Infrastructure Hardening: Repaired CE/Connector DB schema, fixed frontend styling build, implemented robust echo shield in worker v2.1.1, and integrated Lead Engine into gateway.

This commit is contained in:
2026-03-07 14:08:42 +00:00
parent efcaa57cf0
commit ae2303b733
404 changed files with 24100 additions and 13301 deletions

View File

@@ -31,12 +31,12 @@ COPY --from=builder /app/dist ./dist
# Copy backend files and application code (paths relative to project root)
COPY gtm-architect/server.cjs .
COPY gtm-architect/package.json .
COPY gtm_architect_orchestrator.py .
COPY gtm-architect/gtm_architect_orchestrator.py .
COPY helpers.py .
COPY config.py .
# Use the specific requirements file for this app
COPY gtm-architect/requirements.txt .
COPY gtm_db_manager.py .
COPY gtm-architect/gtm_db_manager.py .
# Install Python and Node.js dependencies
RUN pip install --no-cache-dir -r requirements.txt