Skip to content

Commit bdf4a68

Browse files
authored
[php] Yii2 Adapterman add JIT (#10006)
1 parent 84c5243 commit bdf4a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/PHP/yii2/yii2-workerman.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
1212
RUN apt-get install -y php-pear php8.4-dev libevent-dev > /dev/null
1313
RUN pecl install event-3.1.4 > /dev/null && echo "extension=event.so" > /etc/php/8.4/cli/conf.d/event.ini
1414

15-
COPY deploy/conf/cli-php.ini /etc/php/8.4/cli/php.ini
15+
COPY --link deploy/conf/cli-php.ini /etc/php/8.4/cli/conf.d/20-adapterman.ini
1616

1717
WORKDIR /yii2
1818
COPY --link . .

0 commit comments

Comments
 (0)