Skip to content

Commit

Permalink
chore: use uppercase for var name in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-sen authored and rpignolet committed Jun 16, 2023
1 parent 9389138 commit 0006e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
###
# Install nvm to manage multiple version of node.js (install node.js 10.x by default)
###
run mkdir -p $NVM_DIR \
RUN mkdir -p $NVM_DIR \
&& curl -L -s -S https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash

###
Expand Down

0 comments on commit 0006e50

Please sign in to comment.