We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa254b6 commit e6cea36Copy full SHA for e6cea36
magento/Dockerfile-2.4
@@ -92,6 +92,7 @@ RUN set -e; \
92
composer require michielgerritsen/exampletest:@dev && \
93
cat /data/generated/code/Psr/Log/LoggerInterface/Proxy.php && \
94
php bin/magento cache:flush && \
95
+ php -r "opcache_reset();" && \
96
./stop-services && \
97
cat /data/generated/code/Psr/Log/LoggerInterface/Proxy.php
98
0 commit comments