Skip to content

Commit

Permalink
enable swoole for worker
Browse files Browse the repository at this point in the history
  • Loading branch information
“Danny committed Sep 23, 2023
1 parent 03efcb8 commit 04dfc54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/php.worker.deploy.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN docker-php-ext-install pcntl
RUN docker-php-ext-install pdo pgsql pdo_pgsql
RUN pecl install openswoole-22.0.0

# enable php extensions
RUN docker-php-ext-enable openswoole

# install yarn
RUN npm install -g yarn

Expand Down

0 comments on commit 04dfc54

Please sign in to comment.