Skip to content

Commit

Permalink
Adjust PATH so that project installed drush can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
tekante committed May 7, 2024
1 parent a9ab147 commit cc9928c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ RUN \
# Also write yarn to the default-packages file to be installed with nvm
. "$HOME"/.profile && echo "yarn" > "$NVM_DIR"/default-packages

ENV PATH=$PATH:/var/www/vendor/bin
# IMPORTANT! Switching back to the root user as the last instruction.
USER root

0 comments on commit cc9928c

Please sign in to comment.