Skip to content

Commit

Permalink
Merge pull request #9 from eduzz/hotfix-dockerfile
Browse files Browse the repository at this point in the history
fix dockerfile
  • Loading branch information
henriquegomes6 authored Oct 13, 2020
2 parents 1e0284e + e1f3a06 commit 30510b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ RUN set -x \
&& php composer-setup.php --install-dir=/usr/bin --filename=composer \
&& php -r "unlink('composer-setup.php');" \
&& export COMPOSER_ALLOW_SUPERUSER=1

RUN export COMPOSER_ALLOW_SUPERUSER=1 \
&& composer global require spatie/phpunit-watcher

WORKDIR /src

COPY docker/test/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
COPY . /src

RUN composer install

CMD tail -f /src/composer.json

0 comments on commit 30510b2

Please sign in to comment.