Added fix for issues found while setting up anhonesthost

This commit is contained in:
2024-12-17 21:44:09 -08:00
parent 885deb5979
commit 49c5438866
3 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +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/
RUN echo "15 */12 * * * root /scripts/log-rotate.sh" >> /etc/crontab
RUN yum clean all
ENTRYPOINT [ "/scripts/entrypoint.sh" ]