FIX pnpm deployment #110

Merged
jsegarra merged 3 commits from fix_pnpm_deploy into beta 2025-02-10 09:48:44 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 9bb0652809 - Show all commits

View File

@ -24,7 +24,9 @@ RUN a2dissite 000-default
# NodeJs
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y --no-install-recommends nodejs
&& apt-get install -y --no-install-recommends nodejs\
&& npm install -g corepack@0.31.0 \
&& corepack enable pnpm
# Hedera