From 4dc024a45e3b9625f10348b7c6b6647211cc78d8 Mon Sep 17 00:00:00 2001 From: "enzo.lopez-toscano" Date: Sun, 7 Dec 2025 20:27:02 +0100 Subject: [PATCH] 101% --- Portfolio_enzo/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Portfolio_enzo/README.md b/Portfolio_enzo/README.md index 01460cb..063b7c7 100644 --- a/Portfolio_enzo/README.md +++ b/Portfolio_enzo/README.md @@ -4,11 +4,14 @@ Voici les étapes pour lancer le projet sur n'importe quel PC équipé de **Git* ### 1. Récupérer le code ```bash -git clone [https://gitea.lasallesaintdenis.com/enzo.lopez-toscano/Portfolio_enzo.git](https://gitea.lasallesaintdenis.com/enzo.lopez-toscano/Portfolio_enzo.git) -cd Portfolio_enzo +git clone https://gitea.lasallesaintdenis.com/enzo.lopez-toscano/Portfolio_enzo.git + +#lancer le docker docker build -t portfolio-enzo . docker run -d -p 8081:80 --name mon-site portfolio-enzo +#aller sur le site + http://localhost:8081 \ No newline at end of file