summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrkhan <rblbl@mail.ru>2020-09-28 13:41:06 +0500
committerGitHub <noreply@github.com>2020-09-28 15:41:06 +0700
commit55dce19a95dc043bae1691ac3bda13c33550a0ec (patch)
treefb6f7f37a665a885c109d875ee8a188725a3d0b5
parent4e4afefd1833066398e8e57dcab9cfabdcc55f32 (diff)
downloadrq-55dce19a95dc043bae1691ac3bda13c33550a0ec.tar.gz
Fix #1340 (#1341)
* docker folder along with Dockerfile has been added * fix #1340 Co-authored-by: orkhan.mamedov <orkhan.mamedov@sravni.ru>
-rw-r--r--docker/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
new file mode 100644
index 0000000..f9c583c
--- /dev/null
+++ b/docker/Dockerfile
@@ -0,0 +1,5 @@
+FROM python:3.8
+
+RUN pip install rq
+
+CMD ["rq", "worker"]