72a3fb3c37
These are not considered "examples", per https://github.com/kubernetes/kubernetes/pull/17345#issuecomment-197153744
7 lines
115 B
Docker
7 lines
115 B
Docker
FROM python
|
|
RUN pip install redis
|
|
COPY ./worker.py /worker.py
|
|
COPY ./rediswq.py /rediswq.py
|
|
|
|
CMD python worker.py
|