[30388f42] fix: Stabilize competitor-analysis and content-engine services

This commit is contained in:
2026-03-08 14:50:00 +00:00
parent c467d62580
commit f38b76ffae
8 changed files with 135 additions and 539 deletions

View File

@@ -20,6 +20,9 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy the orchestrator script
COPY competitor_analysis_orchestrator.py .
# Copy the build from the first stage
COPY --from=build-stage /app/dist ./dist