diff options
author | Martin Ashby <martin@martin-laptop.lan> | 2018-05-17 20:17:01 +0100 |
---|---|---|
committer | Martin Ashby <martin@martin-laptop.lan> | 2018-05-17 20:17:01 +0100 |
commit | 10e7ce5764b3b456e1f909cd6b6a90f076c2e014 (patch) | |
tree | d9344bfa3e271ef179b2ea969c27bf4b39bfe260 /Dockerfile | |
parent | e9ee34abf84a10911b2c6041534c2df7f91f052a (diff) | |
download | unicornpaint-10e7ce5764b3b456e1f909cd6b6a90f076c2e014.tar.gz unicornpaint-10e7ce5764b3b456e1f909cd6b6a90f076c2e014.tar.bz2 unicornpaint-10e7ce5764b3b456e1f909cd6b6a90f076c2e014.tar.xz unicornpaint-10e7ce5764b3b456e1f909cd6b6a90f076c2e014.zip |
Fixed rotation problem. Added rotate function. Added docker file
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f195bee --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM python +RUN pip install unicornhathd Flask Flask-Sockets +COPY build/ . +COPY server.py . +ENTRYPOINT python server.py
\ No newline at end of file |