Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
never615 committed Mar 21, 2024
1 parent f70179e commit d9c91f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 72 deletions.
72 changes: 0 additions & 72 deletions .github/workflows/.github/workflows/docker-image.yml

This file was deleted.

4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ RUN pecl install msgpack \
&& echo | pecl install mongodb \
&& docker-php-ext-enable msgpack igbinary pcov mongodb

# 配置并启用 PCNTL 扩展
RUN docker-php-ext-configure pcntl --enable-pcntl \
&& docker-php-ext-install pcntl

COPY ./php.ini $PHP_INI_DIR/conf.d/docker-vars.ini

# 定义容器启动时执行的命令
Expand Down

0 comments on commit d9c91f5

Please sign in to comment.