signalling: Fix simple-server script name in Dockerfile
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 16 Jun 2020 07:20:21 +0000 (12:50 +0530)
committerMatthew Waters <matthew@centricular.com>
Thu, 18 Jun 2020 13:34:48 +0000 (23:34 +1000)
Fixes https://github.com/centricular/gstwebrtc-demos/issues/202

webrtc/signalling/Dockerfile

index 5902f68..4d0b655 100644 (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