Add Dockerfile

This commit is contained in:
2020-06-28 14:12:29 +01:00
parent e615a4046d
commit 54d6e22209
11 changed files with 7 additions and 501 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM python:3.8.2-buster
RUN wget https://github.com/hrfee/speedrun/releases/download/v0.1.0/speedrun-0.1.0-py3-none-any.whl
RUN pip install speedrun-0.1.0-py3-none-any.whl
CMD [ "speedrun-serve" ]