Remove obsolete sentinel.py from redis example
This commit is contained in:

committed by
Till Backhaus

parent
80415f29f7
commit
c022bd0651
@@ -5,7 +5,6 @@ RUN apt-get install -yy -q python
|
|||||||
COPY redis-master.conf /redis-master/redis.conf
|
COPY redis-master.conf /redis-master/redis.conf
|
||||||
COPY redis-slave.conf /redis-slave/redis.conf
|
COPY redis-slave.conf /redis-slave/redis.conf
|
||||||
COPY run.sh /run.sh
|
COPY run.sh /run.sh
|
||||||
COPY sentinel.py /sentinel.py
|
|
||||||
|
|
||||||
CMD [ "/run.sh" ]
|
CMD [ "/run.sh" ]
|
||||||
ENTRYPOINT [ "sh", "-c" ]
|
ENTRYPOINT [ "sh", "-c" ]
|
||||||
|
Reference in New Issue
Block a user