Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
FROM python:3
RUN pip3 install --user websockets
WORKDIR /opt/
COPY . /opt/
CMD python -u ./simple_server.py --disable-ssl