jhaals/yopass

Build via dockerfile fails

SiriusXT opened this issue · 2 comments

I try to build docker from dockerfile but I get error:
error vite@5.2.11: The engine "node" is incompatible with this module. Expected version "^18.0.0 || >=20.0.0". Got "16.20.2"

@SiriusXT you need to change the Line no 7 as below, it will work.
FROM node:18 as website

Should be fixed now, thanks for reporting