Feat : Various features
Some checks failed
Build and Push Docker Images / docker (push) Failing after 9s

This commit is contained in:
jeanotx32
2026-05-18 23:48:50 -04:00
parent dfca25ab03
commit c7cc18101a
11 changed files with 353 additions and 22 deletions

View File

@@ -138,6 +138,7 @@ log "Démarrage du backend (port $BACKEND_PORT)…"
"$VENV_DIR/bin/uvicorn" main:app \
--host 0.0.0.0 \
--port "$BACKEND_PORT" \
--reload \
--log-level warning \
2>&1 | sed 's/^/ [backend] /'
) &