We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcccbb5 commit 9ca9527Copy full SHA for 9ca9527
1 file changed
Dockerfile
@@ -106,7 +106,7 @@ RUN curl -fsSL -o /usr/local/bin/drush "https://github.com/drush-ops/drush-launc
106
chmod +x /usr/local/bin/drush
107
108
# Set the path variable to use drush directly from this project.
109
-ENV PATH="/var/www/html/web/vendor/bin:${PATH}"
+ENV PATH="/var/www/html/vendor/bin:${PATH}"
110
111
# Install Composer
112
COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer
0 commit comments