Docker build for frontend is unsuccessful.
What I found out is that, we need to provide:
RUN npm cache verify
for npm install to work properly. There may also be some alternatives.
@djmgit let me check as well if I can find an alternative. Else I'll send a PR fixing the same as you mentioned.
@gabru-md I found some useful resources. Have a look at them
Most helpful comment
@gabru-md I found some useful resources. Have a look at them
I hope this helps :grinning: