Build via dockerfile fails
SiriusXT opened this issue · 2 comments
SiriusXT commented
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"
Rajeshwaric7 commented
@SiriusXT you need to change the Line no 7 as below, it will work.
FROM node:18 as website
jhaals commented
Should be fixed now, thanks for reporting