unicornpaint

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a49102fc3e2f210236e653d5cf42fa1d1231b30a
parent 7e45cf7f66327c87a5369b8194fc05ba60fc3755
Author: Martin Ashby <martin@martin-laptop.lan>
Date:   Thu, 17 May 2018 21:32:30 +0100

Merge branch 'master' of github.com:MFAshby/unicornpaint

Diffstat:
MDockerfile | 6+++---
Mdocker-compose.yml | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 diff --git a/docker-compose.yml b/docker-compose.yml @@ -7,4 +7,4 @@ services: - "3001:3001" volumes: - "/dev/spidev0.0:/dev/spidev0.0" - - "/home/pi/unicornpaint/saves/:/saves/" + - "/home/pi/docker/unicornpaint/saves/:/saves/"