Version produccion

This commit is contained in:
2023-06-16 00:53:21 +00:00
parent 4806784b68
commit 15dfefe517
38 changed files with 848 additions and 0 deletions

7
PHP.Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM php:7.4-fpm
RUN docker-php-ext-install pdo pdo_mysql
#RUN pecl install xdebug-3.0.3 \
# && docker-php-ext-enable xdebug