mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Deleted useless doc.
This commit is contained in:
parent
11785df243
commit
f1aead8dd2
@ -42,13 +42,3 @@ php bin/hyperf.php di:init-proxy && composer test
|
||||
```
|
||||
php bin/hyperf.php di:init-proxy && php bin/hyperf.php start
|
||||
```
|
||||
|
||||
## Docker打包失败
|
||||
|
||||
显示 `wget: error getting response: Connection reset by peer`
|
||||
|
||||
修改我们默认的 `Dockerfile`,重新安装一下 `wget`,增加以下代码即可。
|
||||
|
||||
```
|
||||
&& apk add wget \
|
||||
```
|
Loading…
Reference in New Issue
Block a user