Finalisation Docker Raspberry et corrections dashboard

This commit is contained in:
2026-04-25 19:13:28 +02:00
parent 3a722867a7
commit 9a1ec86d33
6 changed files with 33 additions and 19 deletions

View File

@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# On copie tout le reste du projet (tes HTML, CSS, app.py, etc.)
COPY . .
# On expose le port 5000 pour ton Mac
# On expose le port 5000 du conteneur
EXPOSE 5000
# La commande pour démarrer le serveur