mirror of https://github.com/rq/rq.git
parent
1680f49264
commit
a3ed2db4ea
|
@ -2,4 +2,4 @@ FROM python:3.8
|
|||
|
||||
RUN pip install rq
|
||||
|
||||
CMD ["rq", "worker"]
|
||||
ENTRYPOINT ["rq", "worker"]
|
||||
|
|
Loading…
Reference in New Issue