garzj / google-photos-migrate

A tool to fix EXIF data and recover filenames from a Google Photos takeout, preserving albums within the directory structure.
https://npmjs.com/package/google-photos-migrate
MIT License
104 stars 11 forks source link

[Feature Request] Add Dockerfile #13

Closed mtalexan closed 9 months ago

mtalexan commented 9 months ago

Add support for running this in a docker container that has its dependencies met.

This would give a consistent environment for testing as well. Also, not everyone has npm and/or yarn installed, so it makes it easier for them to use.

I'm not necessarily proposing the image be built and pushed anywhere, just that it's available.