The tinypdf-plus package now includes pre-built dist files.
Removed bun installation and build step from Dockerfile.
Co-Authored-By: Claude <noreply@anthropic.com>
The tinypdf-plus build script uses 'bun' directly without a full
path. Adding /root/.bun/bin to PATH so the build script can find
the bun binary.
Co-Authored-By: Claude <noreply@anthropic.com>
tinypdf-plus uses bun for its build process. Installing bun
in the builder container so the package can be built.
Co-Authored-By: Claude <noreply@anthropic.com>
The Docker build cache was preventing postinstall from running.
Added explicit build step after npm install to ensure tinypdf-plus
dist folder is generated.
Co-Authored-By: Claude <noreply@anthropic.com>