From c8aa6df31110ea88cc5053b88f3cc0b41e8fcbe4 Mon Sep 17 00:00:00 2001 From: Lou Date: Thu, 5 Oct 2023 17:05:55 +0200 Subject: [PATCH] Ajoute le Dockerfile pour le proxy --- Proxy/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Proxy/Dockerfile diff --git a/Proxy/Dockerfile b/Proxy/Dockerfile new file mode 100644 index 0000000..01050d8 --- /dev/null +++ b/Proxy/Dockerfile @@ -0,0 +1,3 @@ +FROM httpd:alpine3.18 + +COPY ./my-httpd.conf /usr/local/apache2/conf/httpd.conf \ No newline at end of file