[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user