iot-application icon indicating copy to clipboard operation
iot-application copied to clipboard

Add reproducible dependencies --frozen-lockfile flag to Dockerfile

Open chejimmy opened this issue 1 year ago • 0 comments

Currently, the yarn.lock file lists dependencies that work on MacOS. However, the same dependencies does not work on the node:alphine image.

Please work on compatibility and add --frozen-lockfile flag to the line RUN yarn install

chejimmy avatar May 31 '23 07:05 chejimmy