Create Dockerfile

pull/46254/head
Sabbir Ahmed Shameem 2024-05-07 22:04:43 +06:00 committed by GitHub
parent 38d9c268a5
commit 862936d488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
FROM python
RUN pip install redis
COPY ./worker.py /worker.py
COPY ./rediswq.py /rediswq.py
CMD python worker.py