fabriquedoc/backend/run.sh
François Pelletier 4a6bfc951f Gros refactoring
2024-12-31 17:00:07 -05:00

7 lines
No EOL
177 B
Bash

#!/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