summaryrefslogtreecommitdiff
path: root/docker/base/Dockerfile.unstable_cluster
blob: 3d639b62d72ca439eaa235ac0d45d30a77e81692 (plain)
1
2
3
4
5
6
7
8
9
# produces redisfab/redis-py-cluster:6.2.6
FROM redisfab/redis-py:unstable-bionic

COPY create_cluster.sh /create_cluster.sh
RUN chmod +x /create_cluster.sh

EXPOSE 6372 6373 6374 6375 6376 6377

CMD [ "/create_cluster.sh"]