Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Oct 21, 2023
1 parent 99a1f18 commit 8b723d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN composer create-project --prefer-dist --no-interaction cakephp/app .
RUN composer config minimum-stability dev
RUN composer config prefer-stable true
RUN composer update -W
RUN composer dump-autoload
RUN composer require cnizzardini/cakephp-preloader:$BRANCH
RUN bin/cake plugin load CakePreloader
RUN bin/cake preloader
Expand Down

0 comments on commit 8b723d5

Please sign in to comment.