youtube-scrape
youtube-scrape copied to clipboard
Fix: Docker image size, and app's close event handler.
- Replaced docker's debian image with apline; size difference ~900MB down to ~150MB
- Handled
SIGINTandSIGTERMin the main thread so the docker container can close gracefully :)