comment out bundle approach

This commit is contained in:
martin legrand
2025-05-25 21:56:29 +02:00
parent 16b8f1a451
commit 6ec9647d19
2 changed files with 22 additions and 20 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy application code
COPY api.py .
COPY chrome_bundle/ ./chrome_bundle/
# Chrome bundle approach, commented out opting for direct download
#COPY chrome_bundle/ ./chrome_bundle/
COPY sources/ ./sources/
COPY prompts/ ./prompts/
COPY crx/ crx/