maoxx

Results 1 issues of maoxx

## DESC ### ENV OS Platform: docker mhart/alpine-node:8.9.4 Node.js Version: ThinkJS Version:3 ### more description 将thinkJS部署到docker环境中,使用的是官方推荐的 mhart/alpine-node镜像。 docker run -p 8360:8360 testImages 部署成功后,在宿主机上直接访问http://localhost:8360,可以正常返回。 ![image](https://user-images.githubusercontent.com/4166279/60970378-68107480-a354-11e9-90a7-41fbe783947a.png) 但是使用websocket访问,则显示异常。 ![image](https://user-images.githubusercontent.com/4166279/60970340-58912b80-a354-11e9-92f8-9888262d307e.png) ![image](https://user-images.githubusercontent.com/4166279/60970435-8d9d7e00-a354-11e9-87af-898c02e6c528.png) ![image](https://user-images.githubusercontent.com/4166279/60970442-91c99b80-a354-11e9-8574-5663f927665a.png) 但是如果在win10 下直接使用npm...