Fix oo cache

This commit is contained in:
JonatanRek
2026-02-03 08:18:23 +01:00
parent 33f9ca082a
commit a9e3ace717
+1 -1
View File
@@ -64,7 +64,7 @@ RUN docker-php-ext-install \
soap \ soap \
gd gd
RUN docker-php-ext-enable imagick RUN docker-php-ext-enable imagick opcache
# PHP # PHP
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_FILE" && \ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_FILE" && \