Support ws (#3291)

* [Update] add ws support

* [Update] 修改log使用websocket

* [Update] 修复 资产用户 右侧动作菜单,字体颜色

* [Update] 修改Dockerfile

* [Bugfix] 修复settings中WSG_APPLICATION
This commit is contained in:
老广
2019-09-26 19:22:17 +08:00
committed by GitHub
parent e35ba52236
commit cff009e758
28 changed files with 171 additions and 105 deletions

View File

@@ -22,4 +22,5 @@ ENV LANG=zh_CN.UTF-8
ENV LC_ALL=zh_CN.UTF-8
EXPOSE 8080
EXPOSE 8081
ENTRYPOINT ["./entrypoint.sh"]