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 a9ab147 commit cc9928cCopy full SHA for cc9928c
src/Dockerfile
@@ -55,5 +55,6 @@ RUN \
55
# Also write yarn to the default-packages file to be installed with nvm
56
. "$HOME"/.profile && echo "yarn" > "$NVM_DIR"/default-packages
57
58
+ENV PATH=$PATH:/var/www/vendor/bin
59
# IMPORTANT! Switching back to the root user as the last instruction.
60
USER root
0 commit comments