Skip to content

Commit

Permalink
Allow dealerdirect (#8)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
  • Loading branch information
chrfritsch authored Jul 20, 2022
1 parent ec634a7 commit ad552b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer
ENV PATH="${PATH}:/root/.composer/vendor/bin"

# Install phpcs and set the code sniffer path
RUN composer global require drupal/coder
RUN composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true; \
composer global require drupal/coder;

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit ad552b0

Please sign in to comment.