FROM redis
COPY redis.conf /etc/redis.conf
CMD [ "redis-server", "/etc/redis.conf" ]