aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
blob: a6fed73a972ee5b75e2ba44418b39e550f4f6c50 (plain)
1
2
3
4
5
6
FROM python:latest
RUN pip install unicornhathd Flask Flask-Sockets
RUN pip install numpy
COPY build/ /build/
COPY server.py /
ENTRYPOINT python server.py