From cb16d30a23ad140e6b82e26ab0f348eb22fc8244 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 17 May 2018 21:13:19 +0000 Subject: Changed websocket connection for ssl proper. Dockerfile copies build to correct location. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3-ZIG