feat: add base dockerfile

This commit is contained in:
2025-08-22 19:07:20 +01:00
commit f57ce1b532

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM php:8.4-apache
RUN a2enmod rewrite
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
RUN docker-php-ext-install mysqli pdo pdo_mysql