You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
201 B
Docker

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" ]