fix(seacogs): export nvm
Some checks failed
Docker Build / Build (push) Failing after 6s

This commit is contained in:
Seaswimmer 2024-01-07 06:31:42 -05:00
parent 5d188d320e
commit bc6b913597
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -15,6 +15,7 @@ RUN apt-get install -y \
# Install Nodejs # Install Nodejs
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash - RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.35.2/install.sh | bash -
RUN export NVM_DIR="$HOME/.nvm"
RUN nvm install 12.16.1 RUN nvm install 12.16.1
RUN nvm use 12.16.1 RUN nvm use 12.16.1