Add reproducible dependencies --frozen-lockfile flag to Dockerfile #495
Labels
debt
Something we need to pay back
med priority
Medium priority
medium effort
Can be completed in a few days
Currently, the
yarn.lock
file lists dependencies that work on MacOS. However, the same dependencies does not work on thenode:alphine
image.Please work on compatibility and add
--frozen-lockfile
flag to the lineRUN yarn install
The text was updated successfully, but these errors were encountered: