Skip to content

Commit af66127

Browse files
authored
[php] CakePHP remove xdebug (#9675) (#9679)
1 parent b73a8a2 commit af66127

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frameworks/PHP/cakephp/cakephp-workerman.dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ RUN composer install --optimize-autoloader --classmap-authoritative --no-dev --
2424

2525
RUN chmod -R 777 /cakephp
2626

27-
#ENV XDEBUG_CONFIG="remote_host=$(ipconfig getifaddr en0)"
28-
ENV XDEBUG_SESSION=xdebug_is_great
2927
#COPY deploy/conf/cli-php.ini /etc/php/8.3/cli/php.ini
3028

3129
CMD php -c deploy/conf/cli-php.ini \

frameworks/PHP/cakephp/cakephp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null && \
77
apt-get update -yqq > /dev/null && apt-get upgrade -yqq > /dev/null
88

99
RUN apt-get install -yqq nginx git unzip \
10-
php8.4-fpm php8.4-mysql php8.4-xml php8.4-mbstring php8.4-intl php8.4-dev php8.4-curl php-xdebug > /dev/null
10+
php8.4-fpm php8.4-mysql php8.4-xml php8.4-mbstring php8.4-intl php8.4-dev php8.4-curl > /dev/null
1111

1212
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
1313

0 commit comments

Comments
 (0)