Skip to content

Commit

Permalink
Remove obsolete sentinel.py from redis example
Browse files Browse the repository at this point in the history
  • Loading branch information
tback authored and Till Backhaus committed Dec 3, 2015
1 parent 80415f2 commit c022bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/redis/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN apt-get install -yy -q python
COPY redis-master.conf /redis-master/redis.conf
COPY redis-slave.conf /redis-slave/redis.conf
COPY run.sh /run.sh
COPY sentinel.py /sentinel.py

CMD [ "/run.sh" ]
ENTRYPOINT [ "sh", "-c" ]

0 comments on commit c022bd0

Please sign in to comment.