aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2018-05-17 21:13:19 +0000
committerMartin Ashby <martin@ashbysoft.com>2018-05-17 21:13:19 +0000
commitcb16d30a23ad140e6b82e26ab0f348eb22fc8244 (patch)
tree092a75151d9228325b91f64fdd7814f9d6046c09 /Dockerfile
parenta49102fc3e2f210236e653d5cf42fa1d1231b30a (diff)
downloadunicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.tar.gz
unicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.tar.bz2
unicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.tar.xz
unicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.zip
Changed websocket connection for ssl proper.
Dockerfile copies build to correct location.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 2dc7775..a6fed73 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM python:latest
RUN pip install unicornhathd Flask Flask-Sockets
RUN pip install numpy
-COPY build/ .
-COPY server.py .
+COPY build/ /build/
+COPY server.py /
ENTRYPOINT python server.py