mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed syntax error in Dockerfile
This commit is contained in:
parent
ca41df79ed
commit
05ecbf3dfd
1 changed files with 1 additions and 1 deletions
|
@ -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'; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue