File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,16 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/cakephp' ]; then
3030 touch .gitkeep
3131
3232 composer require mixerapi/mixerapi
33+
34+ # optional:
3335 composer require mixerapi/crud
34- composer require friendsofcake/search
36+ bin/cake plugin load MixerApi/Crud
3537
38+ # optional:
39+ composer require friendsofcake/search
3640 bin/cake plugin load Search
37- bin/cake plugin load MixerApi/Crud
38- bin/cake plugin load MixerApi
3941
42+ bin/cake plugin load MixerApi
4043 bin/cake mixerapi install --auto Y
4144 fi
4245
Original file line number Diff line number Diff line change 11#
22# container
33# @see https://hub.docker.com/repository/docker/cnizzardini/php-fpm-alpine
4- # @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-7.4
5- FROM cnizzardini/php-fpm-alpine:7.4 -latest AS cakephp_php
4+ # @see https://github.com/cnizzardini/php-fpm-alpine/tree/php-8.0
5+ FROM cnizzardini/php-fpm-alpine:8.0 -latest AS cakephp_php
66
77ARG ENV=prod
88ARG UID=1000
You can’t perform that action at this time.
0 commit comments