From 16fab6d3afec7e8fca6fd65f96a5659645eee34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Sat, 29 Oct 2022 18:00:11 +0200 Subject: [PATCH] Update 'Sources/api_redirect/Dockerfile' --- Sources/api_redirect/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/api_redirect/Dockerfile b/Sources/api_redirect/Dockerfile index bde780c..92b186e 100644 --- a/Sources/api_redirect/Dockerfile +++ b/Sources/api_redirect/Dockerfile @@ -1,2 +1,3 @@ FROM httpd:2.4 -COPY ./public-html/ /usr/local/apache2/htdocs/ \ No newline at end of file +COPY ./public-html/ /usr/local/apache2/htdocs/ +CMD echo 'ServerName 127.0.0.1' >> /etc/httpd/conf/httpd.conf \ No newline at end of file