5 lines
124 B
Docker
5 lines
124 B
Docker
|
FROM php:8-fpm
|
||
|
|
||
|
# Use the default production configuration
|
||
|
RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
|