Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Jul 19, 2021
1 parent 697d945 commit a86dbe4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .docker/php/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/cakephp' ]; then

touch .gitkeep

composer require friendsofcake/search
bin/cake plugin load Search

composer require mixerapi/mixerapi
bin/cake plugin load MixerApi

composer require mixerapi/crud
composer require friendsofcake/search

bin/cake plugin load Search
bin/cake plugin load MixerApi/Crud

bin/cake plugin load MixerApi

bin/cake mixerapi install --auto Y
fi

Expand Down

0 comments on commit a86dbe4

Please sign in to comment.