mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 02:28:51 +01:00
refactor: Update devcontainer setup and Docker Compose configuration
This commit is contained in:
parent
7049260709
commit
140feadb7e
3 changed files with 4 additions and 17 deletions
|
|
@ -27,15 +27,7 @@ RUN echo "vscode ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/vscode && \
|
|||
|
||||
USER vscode
|
||||
|
||||
WORKDIR /workspaces
|
||||
|
||||
# Copy package.json and package-lock.json
|
||||
COPY package*.json ./
|
||||
|
||||
# Run npm install and other commands
|
||||
RUN npm run reinstall && \
|
||||
npm run pull:rag && \
|
||||
npm run copy-ex
|
||||
WORKDIR /workspaces/LibreChat
|
||||
|
||||
# Set the default command
|
||||
CMD ["/bin/bash"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue