simple echo websocket working

This commit is contained in:
Blake Blackshear
2021-02-20 08:20:17 -06:00
parent 69cab1e6bb
commit 22461d1728
4 changed files with 29 additions and 4 deletions
+4 -1
View File
@@ -34,7 +34,10 @@ RUN apt-get -qq update \
RUN pip3 install \
peewee_migrate \
zeroconf \
voluptuous
voluptuous\
Flask-Sockets \
gevent \
gevent-websocket
COPY nginx/nginx.conf /etc/nginx/nginx.conf