fix: use Python ask.py instead of Rust binary to avoid compilation
This commit is contained in:
2
start.sh
2
start.sh
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user