From 566a7435fbf3bb99b194bc1c20388ef20ed1c14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Sat, 29 Oct 2022 18:06:22 +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 92b186e..9b7bb3d 100644 --- a/Sources/api_redirect/Dockerfile +++ b/Sources/api_redirect/Dockerfile @@ -1,3 +1,4 @@ FROM httpd:2.4 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 +CMD echo 'ServerName 127.0.0.1' >> /etc/httpd/conf/httpd.conf +CMD systemctl reload httpd \ No newline at end of file