simple echo websocket working

This commit is contained in:
Blake Blackshear
2021-02-13 08:09:44 -06:00
parent 69cab1e6bb
commit 22461d1728
4 changed files with 29 additions and 4 deletions

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