Finalisation Docker Raspberry et corrections dashboard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user