diff options
author | Martin Ashby <martin@martin-laptop.lan> | 2018-05-17 21:32:30 +0100 |
---|---|---|
committer | Martin Ashby <martin@martin-laptop.lan> | 2018-05-17 21:32:30 +0100 |
commit | a49102fc3e2f210236e653d5cf42fa1d1231b30a (patch) | |
tree | 1918d4aa8f4e71871d1bbfe8de0d37b1d6d557a4 /Dockerfile | |
parent | 7e45cf7f66327c87a5369b8194fc05ba60fc3755 (diff) | |
parent | 375191b516846cbc3c95c5991c86c8f9c388eb3c (diff) | |
download | unicornpaint-a49102fc3e2f210236e653d5cf42fa1d1231b30a.tar.gz unicornpaint-a49102fc3e2f210236e653d5cf42fa1d1231b30a.tar.bz2 unicornpaint-a49102fc3e2f210236e653d5cf42fa1d1231b30a.tar.xz unicornpaint-a49102fc3e2f210236e653d5cf42fa1d1231b30a.zip |
Merge branch 'master' of github.com:MFAshby/unicornpaint
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |