[Docker] php no error.log? 

# This command for using the production configuration as default
# Then can make the error log appear to "docker logs -f php"

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
Back