Skip to content

1.7.2 - 2026-07-21

Latest

Choose a tag to compare

@FOSSCharlie FOSSCharlie released this 21 Jul 00:26

Fixed

  • Container was crashing on startup (Cannot find module './package.json') because the multi-stage Dockerfile introduced in
    1.7.0 never copied package.json into the final image — only
    node_modules, server.js, and public/ were copied.
    server.js reads package.json at startup for the /api/version
    endpoint, so this broke every deploy. Final stage now copies
    package.json too.