We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9f25b commit e0b1841Copy full SHA for e0b1841
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN yum install -y \
10
11
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash && \
12
. ~/.nvm/nvm.sh && \
13
- nvm install node && \
+ nvm install 17 && \
14
npm install yarn -g && \
15
yarn install && \
16
yarn compile && \
0 commit comments