initial commit
This commit is contained in:
commit
bbe3779f06
2 changed files with 3 additions and 0 deletions
2
Dockerfile
Normal file
2
Dockerfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
FROM php:8.1.5-apache-bullseye
|
||||
RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
official php:apache Image but with support for MySQL PDO
|
Loading…
Reference in a new issue