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 08159a8 commit 52dfe57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
FROM cnizzardini/php-fpm-alpine:8.0-latest

ARG BRANCH=main
ARG CAKE_VERSION

COPY php.ini /usr/local/etc/php/php.ini

WORKDIR /srv/app

COPY --from=composer /usr/bin/composer /usr/bin/composer

RUN composer create-project --prefer-dist --no-interaction cakephp/app:~4.2.0 .
RUN composer create-project --prefer-dist --no-interaction cakephp/app .
RUN composer require cnizzardini/cakephp-preloader:$BRANCH
RUN bin/cake plugin load CakePreloader
RUN bin/cake preloader
Expand Down

0 comments on commit 52dfe57

Please sign in to comment.