Skip to content

Commit 0e316f9

Browse files
authored
Update Dockerfile
Click breaks workers Issue: rq/rq#1469
1 parent 20d82b2 commit 0e316f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/dashboard/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM python:3.9.1-alpine
22

3-
RUN pip install rq-dashboard
3+
RUN pip install rq-dashboard==0.6.1
4+
RUN pip install click==7.1.2
45

56
EXPOSE 9181
67

0 commit comments

Comments
 (0)