comment out bundle approach
This commit is contained in:
committed by
Antoine Vivies
parent
a3ad635728
commit
7d74a348c9
+2
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user