When running OWASP OWTF with Docker Compose on ARM64 systems, building the frontend fails due to ELF architecture mismatch errors (see screenshot). Adding platform: linux/arm64 to docker-compose.dev.yml fixes the issue by using the correct architecture and does not affect other platforms.
