#!/bin/sh cd /opt/LibreChat docker compose down git pull docker rmi librechat:latest docker image prune -f docker compose pull docker compose build --no-cache systemctl stop librechat systemctl start librechat