From 6829d66c1f741b845dc481d031c9c9ab83949275 Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:44:27 -0500 Subject: [PATCH] Update docker_compose_install.md --- docs/install/docker_compose_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/docker_compose_install.md b/docs/install/docker_compose_install.md index a8afd87b9f..f44b8f36ce 100644 --- a/docs/install/docker_compose_install.md +++ b/docs/install/docker_compose_install.md @@ -64,8 +64,8 @@ git pull origin main docker rmi librechat:latest # Remove all unused dangling Docker images docker image prune -f -# Building a new LibreChat image -docker-compose build +# Building a new LibreChat image without cache +docker-compose build --no-cache # Start LibreChat docker-compose up