mirror of https://github.com/rq/rq.git
6 lines
58 B
Docker
6 lines
58 B
Docker
|
FROM python:3.8
|
||
|
|
||
|
RUN pip install rq
|
||
|
|
||
|
CMD ["rq", "worker"]
|