mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
signalling: Fix simple-server script name in Dockerfile
Fixes https://github.com/centricular/gstwebrtc-demos/issues/202
This commit is contained in:
parent
17f84bfd81
commit
751d06af6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue