gstreamer/webrtc/signalling/Dockerfile

8 lines
126 B
Docker

FROM python:3
RUN pip3 install --user websockets
WORKDIR /opt/
COPY . /opt/
CMD python -u ./simple-server.py --disable-ssl