kompot / nhl-tv-geeky-streams

Best way to download NHL games. NHL.TV, NHL LIVE, or WatchESPN account is required.
MIT License
36 stars 7 forks source link

Change to alpine docker image #23

Closed joshka closed 6 years ago

joshka commented 6 years ago

This reduces the size of the image from 903MB down to 283MB, and builds significantly faster

Notes: This will use the latest Node.js version (9.4 at time of writing). You might want to change the base image (e.g. to node:alpine-8) if this is undesirable. This also switches to using /app as the default folder within the container rather than /usr/src/app as it's defined by default in the node container and doesn't need to be created prior to use.

joshka commented 6 years ago

Cool project btw - thanks :)

kompot commented 6 years ago

Thanks for docker best practices — haven't had enough experience with it. Will keep node version at 9 for now.