Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apps/budge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN \
/app/www/public/ --strip-components=1 && \
echo "**** install backend ****" && \
cd /app/www/public/backend && \
echo "**** bump bcrypt to v6 (v5 ships node-addon-api incompatible with Node 24, breaks arm64 source build) ****" && \
npm pkg set "dependencies.bcrypt=^6.0.0" && \
npm install && \
npm run build && \
npm prune --omit=dev && \
Expand Down
Loading