memos
memos copied to clipboard
fix: pnpm not work in container
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.