101%
This commit is contained in:
@@ -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
|
### 1. Récupérer le code
|
||||||
```bash
|
```bash
|
||||||
git clone [https://gitea.lasallesaintdenis.com/enzo.lopez-toscano/Portfolio_enzo.git](https://gitea.lasallesaintdenis.com/enzo.lopez-toscano/Portfolio_enzo.git)
|
git clone https://gitea.lasallesaintdenis.com/enzo.lopez-toscano/Portfolio_enzo.git
|
||||||
cd Portfolio_enzo
|
|
||||||
|
#lancer le docker
|
||||||
|
|
||||||
docker build -t portfolio-enzo .
|
docker build -t portfolio-enzo .
|
||||||
|
|
||||||
docker run -d -p 8081:80 --name mon-site portfolio-enzo
|
docker run -d -p 8081:80 --name mon-site portfolio-enzo
|
||||||
|
|
||||||
|
#aller sur le site
|
||||||
|
|
||||||
http://localhost:8081
|
http://localhost:8081
|
||||||
Reference in New Issue
Block a user