[30388f42] fix: Stabilize competitor-analysis and content-engine services
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user