diff --git a/Dockerfile b/Dockerfile index fbef174..f5fcf68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 {} \; && \ diff --git a/php/99-daloradius.ini b/php/99-daloradius.ini new file mode 100644 index 0000000..e69de29