Adaption of dashboard to Vite and React

This commit is contained in:
2025-09-13 10:03:50 +00:00
parent 1d23b7591d
commit c5a8571e97
6 changed files with 87 additions and 114 deletions

View File

@@ -112,9 +112,8 @@ services:
# ✅ GEÄNDERT: Dashboard jetzt mit Node.js/React statt Python/Dash
dashboard:
build:
context: .
dockerfile: dashboard/Dockerfile
# 🔧 VEREINFACHT: Build-Args werden durch Umgebungsvariablen gesetzt
context: ./dashboard
dockerfile: Dockerfile
args:
- VITE_API_URL=${API_URL}
image: infoscreen-dashboard:latest