fabriquedoc/backend/run.sh

7 lines
177 B
Bash
Raw Permalink Normal View History

2024-12-31 22:00:07 +00:00
#!/bin/bash
# Ensure we're in the correct directory
cd "$(dirname "$0")" || exit
# Activate the Poetry environment and run the FastAPI app
poetry run uvicorn main:app --reload