Add PHP configuration for daloradius in Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m5s
This commit is contained in:
@@ -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 {} \; && \
|
||||
|
Reference in New Issue
Block a user