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