mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
patch Puppeteer base URL
This commit is contained in:
parent
424ca142c1
commit
f376872e43
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ COPY --from=build-stage /app/frontend/dist ./server/public
|
|||
COPY --chown=anythingllm:anythingllm ./collector/ ./collector/
|
||||
|
||||
# Install collector dependencies
|
||||
ENV PUPPETEER_DOWNLOAD_BASE_URL=https://storage.googleapis.com/chrome-for-testing-public
|
||||
RUN cd /app/collector && yarn install --production --network-timeout 100000 && yarn cache clean
|
||||
|
||||
# Migrate and Run Prisma against known schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue