forked from verdnatura/hedera-web
fet: enable pnpm
This commit is contained in:
parent
36dd0abf9d
commit
9bb0652809
|
@ -24,7 +24,9 @@ RUN a2dissite 000-default
|
||||||
# NodeJs
|
# NodeJs
|
||||||
|
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
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
|
# Hedera
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue