diff --git a/Procfile b/Procfile index 2025a85d..5f994721 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: $(composer config bin-dir)/heroku-php-apache2 public/ \ No newline at end of file +web: $(composer config bin-dir)/heroku-php-apache2 -i heroku_php.ini public/ \ No newline at end of file diff --git a/heroku_php.ini b/heroku_php.ini new file mode 100644 index 00000000..9a82170f --- /dev/null +++ b/heroku_php.ini @@ -0,0 +1 @@ +opcache.preload=/app/var/cache/prod/App_KernelProdContainer.preload.php \ No newline at end of file