Skip to content

Commit cc9928c

Browse files
committed
Adjust PATH so that project installed drush can be found
1 parent a9ab147 commit cc9928c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ RUN \
5555
# Also write yarn to the default-packages file to be installed with nvm
5656
. "$HOME"/.profile && echo "yarn" > "$NVM_DIR"/default-packages
5757

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

0 commit comments

Comments
 (0)