comment out bundle approach

This commit is contained in:
martin legrand
2025-05-29 10:51:08 +08:00
committed by Antoine Vivies
parent a3ad635728
commit 7d74a348c9
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/