fix: enable pnpm via corepack for apps that require it (e.g. drive)

This commit is contained in:
Thomas 2026-02-11 17:00:48 +01:00
parent d56cd8851e
commit f5598cd5e2
No known key found for this signature in database
GPG key ID: 0B7739B841F0520A

View file

@ -46,6 +46,7 @@ RUN useradd -ms /bin/bash frappe \
&& nvm install ${NODE_VERSION} \
&& nvm use v${NODE_VERSION} \
&& npm install -g yarn \
&& corepack enable pnpm \
&& nvm alias default v${NODE_VERSION} \
&& rm -rf ${NVM_DIR}/.cache \
&& echo 'export NVM_DIR="/home/frappe/.nvm"' >>/home/frappe/.bashrc \