From 8bbe868499974200e6d55b0ef528fb7d2b1462fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Sat, 29 Oct 2022 20:03:03 +0200 Subject: [PATCH] Update 'Sources/api_redirect/Dockerfile' --- Sources/api_redirect/Dockerfile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Sources/api_redirect/Dockerfile b/Sources/api_redirect/Dockerfile index 4627c39..ee06c5f 100644 --- a/Sources/api_redirect/Dockerfile +++ b/Sources/api_redirect/Dockerfile @@ -1,8 +1,2 @@ -#FROM httpd:2.4 -#COPY ./public-html/ /usr/local/apache2/htdocs/ - -FROM httpd:2.4 -WORKDIR /usr/local/apache2/htdocs/ -RUN chmod -R 755 /usr/local/apache2/htdocs/ -COPY ./public-html/index.html /usr/local/apache2/htdocs/ -RUN chown www-data:www-data /usr/local/apache2/htdocs/ -R \ No newline at end of file +FROM httpd:2.4-alpine +COPY ./public-html/ /usr/local/apache2/htdocs/ \ No newline at end of file