Clean release: drop local startup scripts and agent stub

This commit is contained in:
Nirodan
2026-01-22 16:43:14 +01:00
parent 923c1984f5
commit 8e2c2d740e
2 changed files with 0 additions and 15 deletions
View File
-15
View File
@@ -1,15 +0,0 @@
@echo off
setlocal
cd /d %~dp0
echo === Fresh rebuild + start ===
Docker compose -f docker-compose.dev.yml down --rmi local --remove-orphans
Docker compose -f docker-compose.dev.yml up --build --force-recreate -d || goto :err
Docker compose -f docker-compose.dev.yml ps
echo Open http://localhost:5050/
goto :eof
:err
echo Startup failed. See errors above.
exit /b 1