Initial commit - WhyRating Engine (Google Reviews Scraper)
This commit is contained in:
@@ -64,6 +64,10 @@ COPY workers/ ./workers/
|
||||
COPY api_server_production.py .
|
||||
COPY config.yaml .
|
||||
|
||||
# Copy and install pipeline packages
|
||||
COPY packages/ ./packages/
|
||||
RUN pip install --no-cache-dir -e ./packages/pipeline-core -e ./packages/reviewiq-pipeline
|
||||
|
||||
# Create startup script for Xvfb + VNC + API server
|
||||
RUN echo '#!/bin/bash\n\
|
||||
# Start Xvfb (virtual display) in background\n\
|
||||
|
||||
Reference in New Issue
Block a user