Skip to content

[Bug]: npm run update script crashed: docs\dev\single-compose.yml: The system cannot find the path specified #2768

Discussion options

You must be logged in to vote

Try to make a docker-compose.override.yml file in the root folder of the project, with this content:

version: '3.4'

services:
# LOCAL BUILD
  api:
    image: librechat
    build:
      context: .
      target: node

Then run docker compose up, LibreChat should build with your local changes, using the regular docker-compose file.
You can also override other parameters using the override file, see this for more info: https://www.librechat.ai/docs/configuration/docker_override

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@myxgenius
Comment options

Answer selected by myxgenius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #2767 on May 17, 2024 16:39.