This commit is contained in:
2025-10-01 15:49:06 +02:00
parent c619b748fa
commit ddfa3d6dd8
2 changed files with 14 additions and 0 deletions

View File

@@ -6,5 +6,7 @@ RUN chown -R www-data:www-data /var/www/html
# For now remove OpenID files from container, OpenID integration will come soon.
RUN rm /var/www/html/admin/login.php.keycloak
RUN rm /var/www/html/admin/logout.php.keycloak
RUN rm /var/www/html/admin/composer.json
RUN rm /var/www/html/admin/composer.lock
RUN a2enmod rewrite
EXPOSE 80