Skip to content

Commit

Permalink
Closes #6 Update ENV Path to see local Drush version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gading committed Dec 4, 2017
1 parent 3642f69 commit ce008b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ COPY ./drupal /var/www/html
WORKDIR /var/www/html
RUN composer install --prefer-source --no-interaction
RUN chown -R www-data:www-data web/sites web/modules web/themes
ENV PATH="~/.composer/vendor/bin:./vendor/bin:${PATH}"
ENV PATH="~/.composer/vendor/bin:../vendor/bin:${PATH}"

0 comments on commit ce008b2

Please sign in to comment.