fix: make start builds images automatically

docker compose up --build ensures the API and webui images are always built
from the current source on first install or after code changes, so users
don't need a separate make build-api step.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 08:33:46 -04:00
parent 35e1cf93dd
commit f908a3b74b
+1 -1
View File
@@ -56,7 +56,7 @@ init-peers:
# Management commands # Management commands
start: start:
@echo "Starting Personal Internet Cell..." @echo "Starting Personal Internet Cell..."
$(DC) up -d $(DC) up -d --build
@echo "Services started. Check status with 'make status'" @echo "Services started. Check status with 'make status'"
stop: stop: