fix: use Python ask.py instead of Rust binary to avoid compilation

This commit is contained in:
2026-03-28 15:46:48 +01:00
parent 533b9d265e
commit 3788e2cc81
4 changed files with 5 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ echo "[start] Starting ttyd terminal (db)..."
ttyd --port 7681 --writable duckdb -readonly --init /app/ssh_init.sql /app/basedosdados.duckdb &
echo "[start] Starting ttyd terminal (ask)..."
ttyd --port 7682 --writable /app/ask &
ttyd --port 7682 --writable python3 /app/ask.py &
echo "[start] Starting auth service..."
python3 /app/auth.py &