Skip to content

v1.7.3

Choose a tag to compare

@Jeanball Jeanball released this 21 Dec 20:14
· 101 commits to main since this release

What's Changed

Fixed

  • The migrate-album-data script to work correctly in Docker containers
    Previously failed with "ts-node not found" error in production Docker images
    Now uses compiled JavaScript (node dist/scripts/migrate-album-data.js)

If you're running in Docker and need to run the album data migration:
docker exec -it <container_name> npm run migrate-album-data

Full Changelog: v1.7.2...v1.7.3