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