signalling: Fix simple-server script name in Dockerfile

Fixes https://github.com/centricular/gstwebrtc-demos/issues/202
This commit is contained in:
Nirbheek Chauhan 2020-06-16 12:50:21 +05:30 committed by Matthew Waters
parent 17f84bfd81
commit 751d06af6f

View file

@ -5,4 +5,4 @@ RUN pip3 install --user websockets
WORKDIR /opt/
COPY . /opt/
CMD python -u ./simple-server.py --disable-ssl
CMD python -u ./simple_server.py --disable-ssl