FROM python:latest RUN pip install unicornhathd Flask Flask-Sockets RUN pip install numpy COPY build/ /build/ COPY server.py / ENTRYPOINT python server.py