first commit

This commit is contained in:
2025-12-07 12:37:01 +01:00
parent 63180108ea
commit 43ad33c4e5
4 changed files with 180 additions and 0 deletions

7
launch-dockers.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
docker stop portefolio
docker build -t portefolio .
docker run -it --rm -p 8080:80 --name portefolio -v .:/usr/share/nginx/html/ nginx