File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ RUN composer install --optimize-autoloader --classmap-authoritative --no-dev --
24
24
25
25
RUN chmod -R 777 /cakephp
26
26
27
- # ENV XDEBUG_CONFIG="remote_host=$(ipconfig getifaddr en0)"
28
- ENV XDEBUG_SESSION=xdebug_is_great
29
27
# COPY deploy/conf/cli-php.ini /etc/php/8.3/cli/php.ini
30
28
31
29
CMD php -c deploy/conf/cli-php.ini \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php > /dev/null && \
7
7
apt-get update -yqq > /dev/null && apt-get upgrade -yqq > /dev/null
8
8
9
9
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
11
11
12
12
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
13
13
You can’t perform that action at this time.
0 commit comments