UI-Optimierung: Kompakteres Design, Farbanpassungen und README verschoben

This commit is contained in:
Gemini Agent
2025-12-04 15:42:08 +00:00
parent 75fb8e781b
commit 17fb54193f
4 changed files with 133 additions and 54 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
# Enable mod_rewrite for cleaner URLs if needed, though not strictly requested, it's good practice.
RUN a2enmod rewrite