first commit

This commit is contained in:
lrdlg
2026-06-28 17:28:59 +02:00
commit 2832c1f024
5 changed files with 643 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM nginx:alpine
# Le dossier (renommé index.html) est servi à la racine
COPY index.html /usr/share/nginx/html/index.html
# nginx:alpine écoute déjà sur le port 80
EXPOSE 80