added php support

This commit is contained in:
2022-04-12 18:56:44 +00:00
parent 95c24321c3
commit 3427c97256
3 changed files with 18 additions and 9 deletions

4
builds/php/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM php:7.4-fpm
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"