🚀 feat: Add CLI Helper Scripts to API Container Image (#2257)

This commit is contained in:
Danny Avila 2024-03-31 18:59:07 -04:00 committed by GitHub
parent bb8a40dd98
commit 4854b39f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -24,6 +24,8 @@ FROM data-provider-build AS api-build
WORKDIR /app/api
COPY api/package*.json ./
COPY api/ ./
# Copy helper scripts
COPY config/ ./
# Copy data-provider to API's node_modules
RUN mkdir -p /app/api/node_modules/librechat-data-provider/
RUN cp -R /app/packages/data-provider/* /app/api/node_modules/librechat-data-provider/