1. Clone 2. Build: docker build --no-cache -t crud-demo-app . 3. Run: docker run -d -p 3000:3000 --name crud-demo-app-running crud-demo-app