This website works better with JavaScript.
Explore
Help
Sign In
util
/
rq
mirror of
https://github.com/peter4431/rq.git
Watch
3
Star
0
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b84b39f75f
rq
/
docker
/
Dockerfile
6 lines
65 B
Docker
Raw
Blame
History
FROM
python:3.8
RUN
pip install rq
ENTRYPOINT
[
"rq"
,
"worker"
]
Reference in New Issue
View Git Blame
Copy Permalink