mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🐋 ci: Dockerfile.multi rewrite, maintain package integrity pt. 2
This commit is contained in:
parent
88d8706757
commit
d52e81bde6
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
# Base for all builds
|
# Base for all builds
|
||||||
FROM node:20-alpine AS base
|
FROM node:20-alpine AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN apk --no-cache add curl
|
||||||
|
RUN npm config set fetch-retry-maxtimeout 600000 && \
|
||||||
|
npm config set fetch-retries 5 && \
|
||||||
|
npm config set fetch-retry-mintimeout 15000
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
COPY packages/data-provider/package*.json ./packages/data-provider/
|
COPY packages/data-provider/package*.json ./packages/data-provider/
|
||||||
COPY client/package*.json ./client/
|
COPY client/package*.json ./client/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue