Skip to content

Commit ca0be9b

Browse files
authored
[workerman] Add jit to workerman mysql (#7100)
* [workerman] Update to Ubuntu 21.10 * [workerman] Add jit to workerman mysql
1 parent a89a063 commit ca0be9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/PHP/workerman/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.1-dev libevent-dev git > /dev/null
1313
RUN pecl install event-3.0.6 > /dev/null && echo "extension=event.so" > /etc/php/8.1/cli/conf.d/event.ini
1414

15-
COPY php.ini /etc/php/8.1/cli/php.ini
15+
COPY php-jit.ini /etc/php/8.1/cli/php.ini
1616

1717
ADD ./ /workerman
1818
WORKDIR /workerman

0 commit comments

Comments
 (0)