Add PHP configuration for daloradius in Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m5s

This commit is contained in:
2025-08-12 11:29:41 -05:00
parent 26c5ea5c40
commit f7317e04bf
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,8 @@ COPY config/override-db.php /opt/override-db.php
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY php/99-daloradius.ini /usr/local/etc/php/conf.d/99-daloradius.ini
# Permissions (readable by Apache)
RUN chown -R www-data:www-data /var/www/html && \
find /var/www/html -type d -exec chmod 755 {} \; && \