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 f022263 commit 2e4074dCopy full SHA for 2e4074d
src/Dockerfile
@@ -52,7 +52,8 @@ SHELL ["/bin/bash", "-c"]
52
# Install additional global npm dependencies
53
RUN \
54
# Initialize the user environment (this loads nvm)
55
- . "$HOME"/.profile
+ # Also write yarn to the default-packages file to be installed with nvm
56
+ . "$HOME"/.profile && echo "yarn" > "$NVM_DIR"/default-packages
57
58
# IMPORTANT! Switching back to the root user as the last instruction.
59
USER root
0 commit comments