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

This commit is contained in:
Constantin Simonis 2024-12-04 16:32:45 +01:00
parent 28ad40c220
commit 58e0c8d75c
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 pecl install apcu && docker-php-ext-enable apcu
COPY ../* /var/www/project/
COPY ../ /var/www/project/
WORKDIR /var/www