Skip to content

Commit a86dbe4

Browse files
committed
v0.3.0
1 parent 697d945 commit a86dbe4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.docker/php/docker-entrypoint.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/cakephp' ]; then
2929

3030
touch .gitkeep
3131

32-
composer require friendsofcake/search
33-
bin/cake plugin load Search
34-
3532
composer require mixerapi/mixerapi
36-
bin/cake plugin load MixerApi
37-
3833
composer require mixerapi/crud
34+
composer require friendsofcake/search
35+
36+
bin/cake plugin load Search
3937
bin/cake plugin load MixerApi/Crud
40-
38+
bin/cake plugin load MixerApi
39+
4140
bin/cake mixerapi install --auto Y
4241
fi
4342

0 commit comments

Comments
 (0)