Your IP : 216.73.216.220


Current Path : /proc/thread-self/root/home/deltalab/Magento/docker-magento2/magento2/redis/session/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/Magento/docker-magento2/magento2/redis/session/Dockerfile

FROM redis:latest
COPY redis.conf /usr/local/etc/redis/redis.conf
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]