aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index f195bee..2dc7775 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
-FROM python
+FROM python:latest
RUN pip install unicornhathd Flask Flask-Sockets
+RUN pip install numpy
COPY build/ .
COPY server.py .
-ENTRYPOINT python server.py \ No newline at end of file
+ENTRYPOINT python server.py