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