This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
rq
mirror of
https://github.com/rq/rq.git
Watch
1
Star
1
Fork
You've already forked rq
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0e65bab10b
rq
/
docker
/
Dockerfile
6 lines
58 B
Docker
Raw
Blame
History
FROM
python:3.8
RUN
pip install rq
CMD
[
"rq"
,
"worker"
]
Reference in New Issue
View Git Blame
Copy Permalink