misisng docker file

This commit is contained in:
Ulf Gebhardt 2024-02-23 01:21:16 +01:00
parent 4148b024b1
commit f0c6814253

5
docker/Dockerfile.php Normal file
View File

@ -0,0 +1,5 @@
FROM php:8.2-fpm-alpine
# RUN docker-php-ext-install pdo pdo_mysql mbstring
# RUN apk add sqlite
RUN docker-php-ext-install session mysqli