Enable opcache

This commit is contained in:
Oliver Davies 2024-04-14 12:10:34 +01:00
parent e3f18accef
commit b1145ab613

View file

@ -35,7 +35,7 @@ RUN apt-get update -yqq \
RUN docker-php-ext-configure gd --with-jpeg
RUN docker-php-ext-install gd pdo_mysql zip
RUN docker-php-ext-install gd opcache pdo_mysql zip
COPY --chown=app:app phpunit.xml* ./