Fixed syntax error in Dockerfile

This commit is contained in:
Jan Böhmer 2022-07-21 23:53:40 +02:00
parent ca41df79ed
commit 05ecbf3dfd

View file

@ -16,7 +16,7 @@ RUN docker-php-ext-configure gd \
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath zip xml xsl
# Enable opcache and configure it recommended for symfony (see https://symfony.com/doc/current/performance.html)
docker-php-ext-enable opcache; \
RUN docker-php-ext-enable opcache; \
{ \
echo 'opcache.memory_consumption=256'; \
echo 'opcache.max_accelerated_files=20000'; \