From bb4eba6970ceb4445e1efdb007cbda3e18a2656e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Mon, 8 Jun 2026 10:53:11 +0000 Subject: [PATCH] Ajouter Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4016e5f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY . /var/www/html/ \ No newline at end of file