mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Fixed syntax error in Dockerfile
This commit is contained in:
@@ -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'; \
|
||||
|
||||
Reference in New Issue
Block a user