memos icon indicating copy to clipboard operation
memos copied to clipboard

fix: pnpm not work in container

Open athurg opened this issue 1 year ago • 0 comments

Sometimes the pnpm will failed to run in docker container, it because of pnpm use hard link which is not fully compatible in docker's container.

So this PR just replace pnpm with npm to fix that.

athurg avatar Feb 04 '24 04:02 athurg