Skip to content

Commit

Permalink
nit adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Nov 6, 2024
1 parent ab3f116 commit 76d7975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.Nextcloud
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN sed -i 's/memory_limit = 128M/memory_limit = -1/g' "$PHP_INI_DIR/php.ini"
RUN echo "error_log = /var/www/html/data/php.log" >> "$PHP_INI_DIR/php.ini"
RUN sed -i 's/#LogLevel info ssl:warn/LogLevel debug/g' /etc/apache2/sites-available/000-default.conf

COPY xdebug.ini /tmp/xdebug.ini
RUN install-php-extensions gd xdebug
RUN mv /tmp/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
RUN install-php-extensions gd xdebug;
COPY xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini


0 comments on commit 76d7975

Please sign in to comment.