ai_pipeline/scripts/run_debug.sh

4 lines
131 B
Bash

#!/usr/bin/env bash
export $(cat .env | xargs)
uvicorn src.pipeline.main:app --host ${HOST:-0.0.0.0} --port ${PORT:-8000} --reload