Closed Suroor-Ahmmad closed 4 years ago
Tried solutions #170
Adding below commands to dockerfile resolved the issue
RUN apk add g++ gcc libgcc libstdc++ linux-headers make python
RUN npm install -g node-gyp
RUN npm install
RUN npm rebuild hummus --build-from-source
I'm facing a weird issue in my app running inside docker container, app crashes without any error message, I even tried to catch the exception but still no success. Works very much fine in my local, with same version of hummus and hummus-recipe. Any help on this will be appreciated.
Update: Tried running the app outside docker and it works perfectly. I'm running
npm install
andnpm run build
outside the docker and tried by building hummus from sourcenpm rebuild hummus --build-from-source
package.json