This commit is contained in:
2025-01-24 18:02:20 +03:00
parent 32304cc806
commit 2ead026265
67 changed files with 10672 additions and 4 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
FROM php:8.1.22-apache
FROM php:8.4-apache
#FROM php:8.1.22-apache
COPY 000-default.conf /etc/apache2/sites-enabled/
@@ -22,4 +23,4 @@ RUN pecl install xdebug && docker-php-ext-enable xdebug
COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
#install composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer