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

Add Dockerfile, fix README #15

Closed mtalexan closed 9 months ago

mtalexan commented 9 months ago

Add a Dockerfile that just wraps the code into a Debian 12 Bookworm node.js container and sets it as the entrypoint.
Add instructions to the README on building the docker image manually, and running it as a one-shot container.
Fix a mistake in the subcommands in the README.
Add some additional detail to the fullMigrate command about what folders are created.


I've successfully built and run this to get help text, and I've run the fullMigrate as a one-shot container call on an actual Takeout folder with the same results as the current code when run directly on it.

/closes #13 /closes #8