rq/docker/Dockerfile

6 lines
65 B
Docker

FROM python:3.8
RUN pip install rq
ENTRYPOINT ["rq", "worker"]