mirror of
https://github.com/Yaslonane/docker_php-apache-postgre.git
synced 2026-05-19 17:48:31 +03:00
---
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user