summaryrefslogtreecommitdiff
path: root/docker/replica/Dockerfile
blob: 7b6bdbe1b92a8c863ceaacac55377b1e355c134e (plain)
1
2
3
4
5
6
7
FROM redis-py-base:latest

COPY redis.conf /usr/local/etc/redis/redis.conf

EXPOSE 6380

CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]