phase 16: React dashboard with full platform control and analytics

This commit is contained in:
Celes Renata
2026-04-11 16:19:46 -07:00
parent 25e0e386b7
commit faccb0b8db
53 changed files with 7924 additions and 13 deletions
+5
View File
@@ -44,6 +44,11 @@ build:
-t $(GHCR)/$$svc:latest \
-f docker/Dockerfile . || exit 1; \
done
@echo "Building dashboard..."
docker build \
-t $(GHCR)/dashboard:$(SHA) \
-t $(GHCR)/dashboard:latest \
-f frontend/Dockerfile frontend/ || exit 1
push:
@for svc in $(SERVICES); do \