swoole / library

📚 Swoole Library
https://wiki.swoole.com/#/library
Apache License 2.0
239 stars 56 forks source link

Refined Docker based development environment #142

Closed leocavalcante closed 2 years ago

leocavalcante commented 2 years ago

It also fixes current documentation that says to run:

docker run --rm -v "$(pwd)":/var/www -t phpswoole/swoole:latest-dev composer update -n

But it actually fails because phpswoole/swoole:latest-dev doesn't have ext-redis which is required by the composer.json manifest file.


This PR should wait #143 and #144 to be green