misisng docker file
This commit is contained in:
parent
4148b024b1
commit
f0c6814253
5
docker/Dockerfile.php
Normal file
5
docker/Dockerfile.php
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user