diff --git a/gtm-architect/Dockerfile b/gtm-architect/Dockerfile index 72f1bf20..52e79ddd 100644 --- a/gtm-architect/Dockerfile +++ b/gtm-architect/Dockerfile @@ -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