Skip to content

Commit

Permalink
fix: swoole
Browse files Browse the repository at this point in the history
  • Loading branch information
twbworld committed Mar 20, 2024
1 parent fb30f11 commit d7dc403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN set -xe \
swoole-${SWOOLE_VERSION} \
&& docker-php-ext-enable \
redis \
# swoole \
swoole \
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \
&& echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf \
Expand Down

0 comments on commit d7dc403

Please sign in to comment.