FROM redis:6.2.12 COPY scripts/run-redis-cluster /docker-entrypoint.sh RUN chmod 755 /docker-entrypoint.sh EXPOSE 7001 7002 7003 ENTRYPOINT ["/docker-entrypoint.sh"]