examples/RAG-pipeline-with-nodered/RAG_with_node-red/example/run.sh

15 lines
196 B
Bash

#!/usr/bin/env bash
target=$1
if [ "$#" -eq 1 ]
then
USERDIR=/data/$target
fi
echo "run with userdir=$USERDIR"
USERDIR=$USERDIR docker compose up
#USERDIR=$USERDIR docker compose convert