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 318e38f commit e4de88bCopy full SHA for e4de88b
frankenphp/docker-entrypoint.sh
@@ -33,6 +33,9 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
33
fi
34
35
36
+ echo "Cleaning up dbrunner cache..."
37
+ php bin/console cache:pool:clear cache.dbrunner || true
38
+
39
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var
40
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
41
0 commit comments