mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 20:50:09 +01:00
patch Puppeteer base URL
This commit is contained in:
parent
424ca142c1
commit
f376872e43
@ -133,6 +133,7 @@ COPY --from=build-stage /app/frontend/dist ./server/public
|
|||||||
COPY --chown=anythingllm:anythingllm ./collector/ ./collector/
|
COPY --chown=anythingllm:anythingllm ./collector/ ./collector/
|
||||||
|
|
||||||
# Install collector dependencies
|
# 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
|
RUN cd /app/collector && yarn install --production --network-timeout 100000 && yarn cache clean
|
||||||
|
|
||||||
# Migrate and Run Prisma against known schema
|
# Migrate and Run Prisma against known schema
|
||||||
|
Loading…
Reference in New Issue
Block a user