Fix : searxng issue on docker

This commit is contained in:
martin
2025-06-21 15:11:35 +02:00
parent 100dda4370
commit 0605fb4526
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if %errorlevel% neq 0 (
echo Error: uv is not installed. Please install uv first.
echo You can install it using: powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
pause
exit /b 1
exit /b 2
)
REM Initialize uv project if pyproject.toml doesn't exist