fix: cache clearing

This commit is contained in:
u00lipp
2025-10-23 12:39:40 +02:00
parent 10c65295cc
commit 8c1b86dc9a
3 changed files with 36 additions and 1 deletions
+4
View File
@@ -18,5 +18,9 @@ fi
echo "[entrypoint] Using SERVER_NAME=$SERVER_NAME"
nginx -t || { echo "[entrypoint] nginx config test failed" >&2; cat /var/log/nginx/error.log || true; exit 1; }
php artisan config:clear
php artisan cache:clear
exec /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf