* Update dockerfile to use secure non-root user
* Upgrade Node.js base image to version 24-alpine Current dockerfile fails to build. Updating Node.js base image from version 20 to 24 brings it to the current LTS and builds successfully for me. * removed unnecessary yarn install step
The current dependency jsdom@23.2.0 requires node >=18. Tested build and runtime
Co-authored-by: Ange Cesari <contact@ange-cesari.com>