Files
sofarr/Dockerfile
Gronod 898ca9199b
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m46s
CI / Security audit (push) Successful in 3m12s
fix(docker): compile better-sqlite3 native addon in build stage
--ignore-scripts prevented the C++ addon from being compiled,
causing a 'Could not locate bindings file' crash on startup.

- deps stage: add python3/make/g++ build tools, remove --ignore-scripts
- runtime stage: add libstdc++ so the compiled .node binary can load
- build tools are discarded with the deps layer; runtime image stays lean
2026-05-17 07:03:06 +01:00

2.4 KiB