patch Puppeteer base URL

This commit is contained in:
timothycarambat 2024-02-22 10:59:45 -08:00
parent 424ca142c1
commit f376872e43

View File

@ -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