Browse Source

Configuring JIT/opcache (#6735)

vka 4 years ago
parent
commit
4340d07cb0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frameworks/PHP/hamlet/hamlet-swoole.dockerfile

+ 2 - 0
frameworks/PHP/hamlet/hamlet-swoole.dockerfile

@@ -9,6 +9,8 @@ RUN docker-php-ext-install mysqli > /dev/null && \
 RUN apt-get update -yqq && \
 RUN apt-get update -yqq && \
     apt-get install -yqq git unzip
     apt-get install -yqq git unzip
 
 
+COPY ./deploy/fpm/php.ini /usr/local/etc/php/conf.d/hamlet.ini
+
 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
 
 
 ADD ./ /php
 ADD ./ /php