This commit is contained in:
thethinkloops
2025-12-27 14:07:45 +05:30
parent e6704863cf
commit 11885aeedc
2 changed files with 30 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM php:8.2-apache
FROM php:8.2-apache-bullseye
# Enable Apache rewrite module (optional but recommended)
RUN a2enmod rewrite