first commit

This commit is contained in:
2025-12-08 16:54:01 +01:00
commit 66e2a5d403
5 changed files with 598 additions and 0 deletions

9
launch-dockers.sh Executable file
View File

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