Skip to content
Advertisement

Symfony missing bootstrap.php.cache

I am using continuous deployment with jenkins on AWS. Everything is OK, but when I look on my page, there is this error:

JavaScript

I know, it’s because I miss bootstrap.php.cache which should be generated by composer, but there is nothing.

In dockerfile I use RUN composer install --no-scripts --optimize-autoloader

and in entrypoint I have composer run-script post-install-cmd --no-interaction

Advertisement

Answer

Execute following command:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement