refactor: Update devcontainer setup and Docker Compose configuration

This commit is contained in:
Danny Avila 2024-07-09 17:31:36 -04:00
parent 7049260709
commit 140feadb7e
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364
3 changed files with 4 additions and 17 deletions

View file

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