added php support
This commit is contained in:
4
builds/php/Dockerfile
Normal file
4
builds/php/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM php:7.4-fpm
|
||||
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||
|
||||
Reference in New Issue
Block a user