fix path to remote_ip.conf

This commit is contained in:
Josh Knapp 2024-12-17 21:47:32 -08:00
parent 9630408ca0
commit 7bab6d39fc

View File

@ -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" ]