FROM redis:latest

MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>

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

CMD [ "redis-server" ]

EXPOSE 6379