Ajout build et deploy
All checks were successful
CI/CD Pipeline / test (push) Successful in 10s
CI/CD Pipeline / deploy (push) Successful in 14s

This commit is contained in:
Votre Nom
2026-04-14 13:47:07 +00:00
parent 0c53183602
commit be2650dc93
4 changed files with 19 additions and 2 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
mon-site:
build: .
container_name: site-eleve14
ports:
- "9470:80"