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