test
All checks were successful
build / build (push) Successful in 9s

This commit is contained in:
Constantin Simonis 2024-12-04 16:35:32 +01:00
parent 58e0c8d75c
commit cf09243bfe
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -15,6 +15,6 @@ RUN docker-php-ext-configure intl
RUN docker-php-ext-install pdo pdo_mysql mysqli gd opcache intl zip calendar dom mbstring zip gd xsl && a2enmod rewrite RUN docker-php-ext-install pdo pdo_mysql mysqli gd opcache intl zip calendar dom mbstring zip gd xsl && a2enmod rewrite
RUN pecl install apcu && docker-php-ext-enable apcu RUN pecl install apcu && docker-php-ext-enable apcu
COPY ../ /var/www/project/ COPY ../../ /var/www/project/
WORKDIR /var/www WORKDIR /var/www