Skip to content

Commit

Permalink
drush is already installed as a dev dependency
Browse files Browse the repository at this point in the history
drush is already installed as a dev dependency so it is not needed anymore.
  • Loading branch information
giteshk authored Oct 13, 2022
1 parent 05fce04 commit 0b80869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ COPY code /app/code
COPY config /app/default-config

RUN php -d memory_limit=-1 /usr/bin/composer install -o --working-dir=/app/code --no-interaction \
&& php -d memory_limit=-1 /usr/bin/composer require drush/drush -o --working-dir=/app/code --no-interaction \
&& ln -sf /app/code/vendor/bin/drush /usr/bin/drush

COPY container-assets/startup.sh /startup.sh
Expand Down

0 comments on commit 0b80869

Please sign in to comment.