From 796a755ab00fb9d28c9aec34377fa23c047d9edb Mon Sep 17 00:00:00 2001 From: "enzo.lopez-toscano" Date: Sun, 7 Dec 2025 20:18:34 +0100 Subject: [PATCH] 100% --- Portfolio_enzo/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Portfolio_enzo/README.md diff --git a/Portfolio_enzo/README.md b/Portfolio_enzo/README.md new file mode 100644 index 0000000..01460cb --- /dev/null +++ b/Portfolio_enzo/README.md @@ -0,0 +1,14 @@ +# Portfolio - Enzo Lopez Toscano + +Voici les étapes pour lancer le projet sur n'importe quel PC équipé de **Git** et **Docker**. + +### 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 + +docker build -t portfolio-enzo . + +docker run -d -p 8081:80 --name mon-site portfolio-enzo + +http://localhost:8081 \ No newline at end of file