From 7bab6d39fcc83f45b19391c497ee36bcd0cc5312 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Tue, 17 Dec 2024 21:47:32 -0800 Subject: [PATCH] fix path to remote_ip.conf --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18a6353..3c7e1a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY ./configs/prod-php.ini /etc/php.ini COPY ./configs/phpinfo.php /var/www/html/ COPY ./configs/mariadb.repo /etc/yum.repos.d/ COPY ./configs/index.php /var/www/html/ -COPY ./remote_ip.conf /etc/httpd/conf.d/ +COPY ./configs/remote_ip.conf /etc/httpd/conf.d/ RUN echo "15 */12 * * * root /scripts/log-rotate.sh" >> /etc/crontab RUN yum clean all ENTRYPOINT [ "/scripts/entrypoint.sh" ]