ever-co / ever-demand

Ever® Demand™ - Open Commerce Platform - https://everdemand.co
https://everdemand.co
GNU Affero General Public License v3.0
1.72k stars 461 forks source link

Docker compose up error #1329

Closed tamal-appsbee closed 2 years ago

tamal-appsbee commented 3 years ago

Hi,

After cloning the project, If I use docker-compose up command. getting following error

image

evereq commented 3 years ago

@tamal-appsbee thank you for reporting! Think it's related to the recent update of node:alpine to Node 15 and for some reason that causes the issues you saw. E.g. https://stackoverflow.com/questions/64543012/exdev-cross-device-link-not-permitted-rename-usr-local-lib-node-modules-npm. So the temporary workaround could be to change FROM node:alpine to FROM node:14.15.0-alpine in all Dockerfiles (in .deploy folder).

We are looking into other possible fixes and will revert back here.

tamal-appsbee commented 3 years ago

@evereq Thanks

evereq commented 2 years ago

We are working on optimizing/fixing docker in https://github.com/ever-co/ever-demand/issues/1195, so closing this ticket in favor of that ticket.