Initial Commit

This commit is contained in:
2024-09-14 17:13:47 -05:00
parent 8a66d4b350
commit 986404d5b3
14 changed files with 288 additions and 3 deletions

3
phpfpm/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM php:8.3-fpm-alpine
RUN docker-php-ext-install mysqli pdo_mysql