Skip to content

Commit 9ca9527

Browse files
committed
Set PATH variable correctly to work with drush 12
1 parent bcccbb5 commit 9ca9527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN curl -fsSL -o /usr/local/bin/drush "https://github.com/drush-ops/drush-launc
106106
chmod +x /usr/local/bin/drush
107107

108108
# Set the path variable to use drush directly from this project.
109-
ENV PATH="/var/www/html/web/vendor/bin:${PATH}"
109+
ENV PATH="/var/www/html/vendor/bin:${PATH}"
110110

111111
# Install Composer
112112
COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer

0 commit comments

Comments
 (0)