mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🚀 feat: Add CLI Helper Scripts to API Container Image (#2257)
This commit is contained in:
parent
bb8a40dd98
commit
4854b39f41
2 changed files with 9 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue