You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally found out that Dockerfile's SHELL `bash -l` works for .profile but not .bashrc. Thus, we can simply change the nvm-install.sh script to modify PATH in .profile and remove the duplicated env vars within Dockerfile.
export NVM_SYMLINK_CURRENT=true # Makes a symlink at ~/.nvm/current/bin/node so you don't have to change IDEs' configurations when changing node versions
0 commit comments