Implement Dockerfile for python worker (3.2.2)
This commit is contained in:
parent
0733b04894
commit
5da11730ca
@ -1 +1,4 @@
|
|||||||
# TODO
|
FROM python:3-slim
|
||||||
|
ADD worker.py /
|
||||||
|
RUN pip install pika redis haversine
|
||||||
|
ENTRYPOINT ["python", "./worker.py"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user