All public logs
Jump to navigation
Jump to search
Combined display of all available logs of HPCWIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:15, 2 May 2023 Admin talk contribs created page Dockerfile tips and tricks (Created page with "== Install nvm in Dockerfile == <code>RUN mkdir -p $NVM_DIR && \ curl <nowiki>https://raw.githubusercontent.com/creationix/nvm/v0.36.0/install.sh</nowiki> | bash && \ . $NVM_DIR/nvm.sh && \ nvm install $NODE_VERSION</code>") Tag: Visual edit