rq/docker/Dockerfile

6 lines
58 B
Docker

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