Netflix Clone Deploy Netlix Clone DevSecOps Project: Neftlix Home Page Mini Portal Detail Modal Grid Genre Page Install with Docker docker build --build-arg TMDB_V3_API_KEY=your_api_key_here -t netflix-clone . docker run --name netflix-clone-website --rm -d -p 80:80 netflix-clone The Author of the code Original Repository