fix: cache clearing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user